Question

I have a scenario, in which I want to send messages from MSMQ/ActiveMQ to Azure environment which uses Azure Service bus. Any ideas, how I can create Publisher/Subscriber model to publish messages into Azure?

Was it helpful?

Solution

The following sample demonstrates how you can do this for MSMQ (both from sending and receiving): http://code.msdn.microsoft.com/windowsazure/Brokered-Messaging-MSMQ-a31c6644

OTHER TIPS

There's no automatic way. You should create a app that dequeue messages from your msmq, and send to Windows Azure Service Bus (Windows Azure Service Bus Queue/Windows Azure Service Bus Topic).

http://www.windowsazure.com/en-us/develop/net/how-to-guides/service-bus-relay/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top