Microsoft message queue (MSMQ)

The Microsoft Message Queue (MSMQ) transport node allows the Service Definition Framework to read or write messages to an MSMQ queue.

MSMQ has the ability to use both local or remote queues. If a message is sent to a remote queue that cannot be found, an error is not generated. Instead, MSMQ creates a local queue of the same name. If the remote queue becomes available at a later time, the messages in the local queue are then transferred to the remote queue.

Note: MSMQ must be installed on the same system the integration adapter is running on.