A message mediator performs a specific action on a message. This lesson demonstrates the basics of message mediation by using mediators to filter and log the messages passing through the ESB. You can replace this simple functionality with any combination of advanced mediations, such as transformation and content-based routing, as well as bridging different communication protocols, such as transforming an HTTP request to a JMS topic.
...