Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

BAM mediator will be deprecated with WSO2 ESB 5.0.0 release. You can use the Publish Event Mediator to obtain similar functionality.

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.

...

Code Block
languagehtml/xml
<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

...