When you send messages to remote queue, a temporary outgoing queue is created on your own machine. Does this mean that if MSMQ is not installed on your own machine, you can't use remote queues?
views:
31answers:
2
+1
A:
You are correct. if MSMQ is not installed on your own machine, you can't use remote queues.
Igal Serban
2010-08-12 11:38:57
A:
What are the other options to avoid the installation on the local machine? In web farm, there will be multiple application servers which want to send messages to a remote queue. Do we need to install MSMQ on every application server?
Joe
2010-08-13 05:06:54