First, you may want to check the EIP routing slip pattern, which may help you.
If you need to insert business logic between calls that can not easily be implement as a service between calls, you can implement a lightweight component or write a simple POJO that you could deploy on servicemix-jsr181 component (this component can also provides java proxies to JBI endpoints). See http://servicemix.goopen.org/site/pojo-support.html http://servicemix.goopen.org/site/servicemix-jsr181.html On 8/18/06, Mukesh Mediratta <[EMAIL PROTECTED]> wrote:
We have a need to invoke multiple destinations from a Pojo. Pojo has to act as a controller and invoke these individual services sequentially. Based on the success/fail of an individual service the call is made to the next service. Please advice how to impliment this. Thanks Mukesh Mediratta -- View this message in context: http://www.nabble.com/Multiple-Destinations-tf2124329.html#a5860791 Sent from the ServiceMix - User forum at Nabble.com.
-- Cheers, Guillaume Nodet
