To send a message to an ActiveMQ 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 "ActiveMQ send message" to send a message with the workflow payload to an ActiveMQ.
Note, that the message will include all workflow metadata as message headers.
The ActiveMQ send message has these parameters:
Broker URL
Enter the "broker URL" of the ActiveMQ instance that should receive the message. If you are using the embedded ActiveMQ then you can find this in the InterformNG2 system settings.
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.
Related Articles
IBM MQ send message
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 ...
Kafka send message
The advanced output workflow component, Kafka send message sends a message to Kafka. The component has these parameters: Bootstrap server host Specify the host name of the Kafka cluster bootstrap server (domain name or IP). Bootstrap server port ...
Azure Service Bus send message
You can use the advanced, output workflow component, Azure Service Bus send message to send the current payload in InterformNG2 to Azure Service Bus. The component has these parameters: Azure Service Bus instance Select the connection settings ...
Create email message text from a template
The advanced email tool workflow component, Create email message text from a template is able to convert an email template into an html payload, where all variables has been substituted. This can e.g. be used, if you want to verify the contents of an ...
Advanced Output workflow components
The advanced output workflow components are: ActiveMQ send message. Sends a message to an ActiveMQ message queue. Azure Service Bus send message. Sends the current payload as a message to Azure Service Bus. Create an upload ZPL font. Creates a ZPL ...