Search code examples
azureactivemq-classicmsmqnservicebusazureservicebus

how to establish connection between MSMQ(or any other MQ) and Azure Service Bus?


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?


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