On Fri, Jun 6, 2008 at 3:37 AM, pratibhaG <[EMAIL PROTECTED]> wrote: > > Using camel I need to route my message to different applications in > sequential manner (not parallel) > > 1)suppose I have 2 applications app1 and app2 and want to send same message > say "hello" to both in sequential manner. > 2) After routing my message to one application BUS needs to wait until > getting response back, and next it needs to send same message to next > application.
You'll need to use a static recipient list along with a pipeline to work out the MEPs. Take a look at the docs for each here: http://servicemix.apache.org/servicemix-eip.html Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Blog: http://bruceblog.org/
