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

The BAM mediator is deprecated. You can use the Publish Event Mediator to perform similar functionality.

The BAM mediator captures data events from the EI 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 EI 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 configure a BAM server profile and stream

Parameters that can be configured for the BAM mediator are as follows.

Parameter NameDescription
Server ProfileThe BAM server profile that contains the transport and credential data required to connect to the BAM Thrift server.
Stream NameThe stream used to identify the data to be extracted from the configuration context of the mediation sequence.
Stream VersionThe version of the stream used.

Example

See  Sending Messages to EI in the BAM documentation for an example.

  • No labels