This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

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 6 Current »

The configured input event adapters are used in event builders. With input event adapter message properties, event builders are able to extract data from the incoming events to build the event streams. Following are the input JMS event adapter-specific message properties.

JMS Input Event Adaptor Message Properties

PropertyDescription
TopicThe topic/queue name of the JMS message broker
Input Mapping TypeThe incoming event type to be mapped. The input JMS event adapter supports XML, JSON, map, and text mapping types.

When using JMS adapters in event builders, 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