Overview

The adapter for Microsoft Message Queue (MSMQ) servers integrates mapping technology with reliable data transactions provided by MSMQ servers. Business applications can reliably exchange data on distributed corporate networks. The resulting data conforms to the data format requirements of the target application.

For example:

  • Use the Command Server to use MSMQ messages as input to a map and/or to build MSMQ messages as a result of data transformation rules within a map.
  • Use the Launcher to execute systems of maps based upon the arrival of a message in an MSMQ server, or at the presence of specific message events or properties. Individual maps within the system then read the message content as input data.
  • Use the Platform API to tightly integrate an application with source MSMQ messages or to create MSMQ messages.