You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Content Based Routing on Camel

Content based routing (CBR) is considered as a necessary technology for service integration and has been widely used in current enterprise integration software. XML is a intermediary message type which provides the mediation between diverse data structures and formats as messages passing between applications or services. CBR can be thought as a service routing mechanism that determines a service route by analysing the message content at runtime. Camel support CBR using the Content Based Router and it defines a set of DSLs to simplify the usage of this patten .

In Load Balance for existing Messaging Service sample, route2 uses the Content Based Router. This sample will guide you to creating your processor, registering and using it in Web Console.

Build the sample

Create a processor

Register the processor

Use Content Based Router to orchestrate the processors

Source code

  • No labels