Monday, February 16, 2009

Apache Camel... more EIPs than you can shake a stick at!

For those of you who don't know already, one of Apache Camel's main themes is to make complex Enterprise Integration Patterns (EIPs) accessible to the everyday Java developer. We have an extensive catalog of EIPs that we support and recently I added a few more.

Composed Message ProcessorHow can you maintain the overall message flow when processing a message consisting of multiple elements, each of which may require different processing?
Claim CheckHow can we reduce the data volume of message sent across the system without sacrificing information content?
DetourHow can you route a message through intermediate steps to perform validation, testing or debugging functions?
Scatter-GatherHow do you maintain the overall message flow when a message needs to be sent to multiple recipients, each of which may send a reply?


You can try any of these patterns out using Apache Camel / FUSE Mediation Router 1.5 and onward.

No comments: