ActiveMQ send message

ActiveMQ send message

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:

 

NG2WorkflowActiveMQSendMsg0001

 

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.

 

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.

    • 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 ...
    • 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 ...
    • Send an HTML email

      You can send an HTML email without an attachment with the shortcut Output workflow component: Send an HTML email. If you want an attachment, then you should consider the Create PDF email component instead. The Send an HTML email workflow component ...
    • Send emails from delay queue

      This advanced special workflow component sends out all delayed emails (that are not canceled) for a specific queue. This component is normally scheduled by activation in a workflow with a scheduled start. Related workflow components: 1.Cancel delayed ...
    • Custom log message

      The advanced, other workflow component, Custom log message can be used for adding a user defined log message into the job log of the current workflow. This can e.g. be used in order to report an issue to the job log (so that the relevant user and see ...