WebSphere MQ settings tab (Destination Bulk Configuration)

Use settings on this tab to simultaneously create multiple WebSphere MQ destinations. Documents routed to these destinations will be sent as WebSphere MQ messages.

WebSphere MQ is a message queuing system designed by IBM that runs on many platforms such as Windows, Unix, Linux, and z/OS. Output Manager provides an interface into that queuing system. Output Manager can then communicate (send and receive messages) with other applications using WebSphere MQ.

To use this destination, you must install a WebSphere MQ client separately.

You can configure a default value and a dynamic override for most options. Default values are used to manage the documents as they are being sent to the destination. You can choose to dynamically override the default values using document properties and functions.

  • To insert document properties, right-click in the desired override box and click Insert Document Property. A menu containing all of the available properties displays. You can select a property from the list or type the property name. If a property is selected and it contains a value, that value is processed instead of the default value.
  • To insert functions, right-click in the box, click Insert Function, and choose the appropriate function. Review the Using Output Manager functions help topic for information on configuring functions.

Click in table cells to configure values for a destination.

  • Name column — Specifies the name of the WebSphere MQ destination.
  • Queue manager column — Specifies the name of the queue manager. This must match the queue manager specified in WebSphere MQ. The queue manager administers the queues that have been created on it (these are known as local queues).
  • Queue name column — Specifies the queue name where messages sent to this destination will be stored. This must match the queue name specified in WebSphere MQ. The queue name along with the name of its queue manager, provides a unique address where messages can be sent.
  • Channel name column — Each WebSphere MQ queue manager has different types of connectivity options. Since Output Manager uses TCPIP for the channel connection, you must specify the channel configured for TCPIP. You can get this name from the WebSphere MQ list of channels.
Make sure the SSL certificate required option is not selected in WebSphere MQ. Output Manager does not support this at this time.
  • Connection name column — Specifies the connection name. The connection name is the IP address and (port) or DNS name for the server to which you are attempting to connect. Messages are transferred over the connection and placed in the queue.