Configuring Input JMS Event Adapter Message Properties
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. Message properties specific to input event adapters of the jms
type can be configured as follows.Â
- Log into the BAM Management Console. For detailed instructions, see Running the Product.
- In the Main tab, click Event Streams to open the Available Event Streams page.
- Click the Inflows link of the event stream to which the relevant input event adapter is connected. As a result, Event In-Flows (<Input_Event_Adapter_Name>) opens.
Click on the relevant event builder name to open the Event Builder Details page.
The message properties of ajms
input event adapter are described below. Change the property values as required.Property Description Topic The topic/queue name of the JMS message broker Input Mapping Type The 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)
.