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. Following are the output JMS event adapter-specific message properties.
The message properties of the output JMS event adapter are described below.
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)
.