0

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.

John Doe
  • 141
  • 1
  • 2
  • 10

1 Answers1

0

You can send messages across servers using MSMQ. I don't know your how your websites interact but this might help.

Look at the following article regarding Direct Format Names

Ryan Gunn
  • 1,161
  • 7
  • 18