I am wondering how can i use msmq with different application which are deployed on different machine. MSMQ will work perfectly for those application which are deployed on the same server.
Server 1
Webapplicaiton 1
Webapplication 2
Both appplication can exchange message using msmq.
MSMQ can be help full if the application are deployed on different machines?
Server 1
Application 1
Server 2
Application 2
How they will exchange messages as both are deployed on separate servers.
Any help would be highly appreciated.