Search code examples
msmq

What does MSMQ do? only storage or else store and send to another queue


Does MSMQ is an temporary storage location or else it will store and send messages to the someother queue also without help any other application.


Solution

  • MSMQ is a network protocol. You need to write applications that make use of that protocol. There is no communication between MSMQ-enabled machines without human intervention through coding.