com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.

Working with Mediators

A mediator is the basic message processing unit and a fundamental partĀ the ESB profile. A mediator can take a message, carry out some predefined actions on it, and output the modified message. For example, the Clone mediator splits a message into several clones, the Send mediator sends the messages, and the Aggregate mediator collects and merges the responses before sending them back to the client.Ā 

The ESB profileĀ ships with a range of mediators capable of carrying out various tasks on input messages, including functionality to match incompatible protocols, data formats and interaction patterns across different resources. Data can be split, cloned, aggregated, and enriched, allowing the ESB profileĀ to match the different capabilities of services. XQuery and XSLT allow rich transformations on the messages. Rule-based message mediation allows users to cope with the uncertainty of business logic. Content-based routing using XPath filtering is supported in different flavors, allowing users to get the most convenient configuration experience. Built-in capability to handle Transactions allows message mediation to be done transactionally insideĀ the ESB profile. With the eventing capabilities of the ESB profile, EDA based components can be easily interconnected, allowing the ESB profileĀ to be used in the front-end of an organisation's SOA infrastructure.

Mediators

A mediator is a full-powered processing unit in the ESB profile. In run-time it has access to all parts ofĀ the ESB profileĀ along with the current message. Usually, a mediator is configured using XML. Different mediators have their own XML configurations.

At the run-time, a message is injected in to the mediator withĀ the ESB profileĀ information. Then this mediator can do virtually anything with the message. A user can write a mediator and put it into the ESB profile. This custom mediator and any other built-in mediator will be exactly the same as the API and the privileges (Refer to more information in Creating Custom Mediators).

Refer to ESB Mediators.

Mediation Sequence

A mediation sequence, commonly called a "sequence", is a list of mediators. That means, it can hold other mediators and execute them. It is part ofĀ the ESB profile's core and message mediation cannot live without this mediator. When a message is delivered to a sequence, it sends the message through all its child mediators.

Read more in Mediation Sequences.

The Process of Message Mediation

In case an error occurs in the main sequence while processing, the message goes to the fault sequence.

Ā For detailed information about mediators, refer to the following pages:


com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.