Overview of the MSMQ plugin

Microsoft Message Queuing (MSMQ) enables applications running at different times to communicate across heterogeneous networks and systems that may be temporarily offline.

Applications send messages to queues and read messages from queues.

The MSMQ plugin includes the MSMQ Service, which listens to a MSMQ queue and triggers an event whenever a message arrives.

The plugin also includes the following functions:

  • MSMQ Create Queue: To create an MSMQ queue if it doesn't exist yet.
  • MSMQ Delete Queue: To delete an MSMQ queue if it exists.
  • MSMQ Receive Message: To fetch messages from an MSMQ queue.
  • MSMQ Send Message: To publish a message to the specified MSMQ queue or distribution list.


Microsoft's MSMQ overview

MSMQ License