Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does MSMQ need to be installed on your local machine in order to use remote queues?

Tags:

msmq

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?

like image 892
Lieven Cardoen Avatar asked Aug 12 '10 09:08

Lieven Cardoen


2 Answers

You are correct. if MSMQ is not installed on your own machine, you can't use remote queues.

like image 195
Igal Serban Avatar answered Nov 19 '22 03:11

Igal Serban


Yes. MSMQ is a transport protocol. Imagine having two machines but only one has TCP/IP installed. Same scenario.

like image 29
John Breakwell Avatar answered Nov 19 '22 04:11

John Breakwell