My current example:
Machine A - PRIVATE queue name - AdminQueue
Machine B - PRIVATE queue name - ShippingOrders
I have a console application running in Machine-A which pushes messages to PRIVATE queue (machine B- ShippingOrders)
I have a WCF service application hosted in IIS to consume these messages from "ShippingOrders" and send response back to machine-A's AdminQueue.
Is it possible to consume message from Azure cloud application and send response back to AdminQueue? Is MSMQ available in Azure?