Unknown macro: {next_previous_link3}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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.

output JMS event adapter message properties

The message properties of the output JMS event adapter are described below.

PropertyDescription
DestinationThe topic/queue name of JMS message broker (For example:  ActiveMQ, WSO2 MB)
Header Transport headers
Output Mapping TypeThe 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).

  • No labels