POSTJMSMessage

The POSTJMSMessage activity can be used within a flow to send a message to a JMS destination.

It has only one input which indicates the message body.

Attributes

  1. destination: the message is posted to the connection destination named by this required attribute. If a matching connection destination is not configured, the destination name is used as the JMS destination JNDI name.
  2. connectionConfig: specify the connection configuration name. If this is not specified, a matching connection destination with a valid connectionConfig is required.
More