The configured output event adapters are used in event formatters. With output event adapter message properties, event formatters are able to extract data from the incoming events to build the event streams. Message properties specific to output event adapters of the jms type can be configured as follows.
Click the name of the event formatter to which the relevant output event adapter is connected. This opens the Event Formatter Details page.
The message properties of a jms output event adapter are described below. Change the property values as required.
Property | Description |
---|---|
Destination | The topic/queue name of JMS message broker (For example: ActiveMQ, WSO2 MB) |
Header | Transport headers |
Output Mapping Type | The incoming event type to be mapped. The output JMS event adapter supports XML, JSON, map, and text output mappings. |
When using JMS adapters in event formatters, you can set custom JMS headers. Follow the below syntax to add custom headers: <header_property_name>:<header_property_value>
. Add multiple header properties separated by commas. (For example: ipAddress:172.16.2.34)
.