The BAM mediator captures data events from the ESB mediation sequences and sends them to the WSO2 Business Activity Monitor server via its Thrift API. This API uses a binary protocol and enables fast data transmission between the ESB and BAM server.
For more information on BAM, see the BAM documentation.
Syntax
<bam xmlns="http://ws.apache.org/ns/synapse"> <serverProfile name="string"> <streamConfig name="string" version="string"></streamConfig> </serverProfile> </bam>
UI configuration
Before you can configure a BAM mediator, you must have configured a BAM server profile and stream.
Parameters that can be configured for the BAM mediator are as follows.
Parameter Name | Description |
---|---|
Server Profile | The BAM server profile that contains the transport and credential data required to connect to the BAM Thrift server. |
Stream Name | The stream used to identify the data to be extracted from the configuration context of the mediation sequence. |
Stream Version | The version of the stream used. |
Example
See Sending Messages to ESB in the BAM documentation for an example.