...
Code Block | ||
---|---|---|
| ||
<bam xmlns="http://ws.apache.org/ns/synapse"> <serverProfile name="BAM Server Profile 1string"> <streamConfig name="Test Streamstring" version="1.0.0string"></streamConfig> </serverProfile> </bam> |
...
Before you can configure a BAM mediator, you must have configured a BAM server profile and stream. You can then add the BAM mediator to a sequence (when adding a mediator, choose Agent -> BAM) and specify the BAM server profile and stream you want to use to start capturing and sending data events to the BAM server. Be sure to enable statistics on the sequence to start collecting the data.The following properties
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.