Configure an MSMQ connection

To configure a Microsoft Message Queuing (MSMQ) connection, follow the steps below:

  1. Add a new connection and go to the Edit section of the API Connection Manager.

  2. Specify a Name for your connection.

  3. Select MSMQ from the Type dropdown menu.

  4. Enter the Path of the queue you want to connect to:

    • For public queues, the path consists of the name of the machine that stores the queue messages and the name of the queue separated by a backslash, e.g. machine\queue.

    • For private queues, specify the path in the following format: machine\private$\queue.

  5. Optionally, enable the checkbox next to Peeking, to retrieve messages from queues without consuming them.

  6. In the Authentication section, enter your Username and Password if required.

  7. Optionally, configure XML and webservice security as described in chapter "Configure security".

Configure an MSMQ connection

For detailed information on MSMQ queues, see the MSMQ documentation.