To send a message to an IBM MQ as part of a workflow, insert a new component at the point in the workflow where you want to send the message. From the "Advanced" components tab select "IBM MQ send message" to send a message to an IBM MQ.
Note that the message will include all workflow metadata as message headers
The IBM MQ send message has these parameters:
- Destination type
As "destination type" select if you want to send the message to a queue or to a topic. - Destination name
As "destination name" enter the name of the queue/topic that should receive the message. - MQ name
Select the name of the IBM MQ configuration you want to use. The configuration are defined in settings (see details in Workflow inputs). - Remove Internal Headers
If this option is enabled, internal Camel, JMS and InterformNG2 headers are removed before the message is sent. - Allow Headers List
This is an optional comma-separated list of header names that are allowed to be sent with the message.
Headers removed from the outgoing MQ message are still returned to the workflow, so they remain available for later use in the workflow.