Unknown macro: {next_previous_link3}
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

Version 1 Current »

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 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 ESB in the BAM documentation for an example.

  • No labels