Does it work through many camel components, for example :

Component 1 :
    from("jbi:service:http://icar.unibas.it/FreESBee/CamelTest1";)
          
.to("jbi:service:http://icar.unibas.it/FreESBee/CamelTest2?mep=in-out";);

Component 2 :
    from("jbi:service:http://icar.unibas.it/FreESBee/CamelTest2";)
          
.to("jbi:service:http://icar.unibas.it/FreESBee/WebService?mep=in-out";);

With two component it works, but with more than four it doesn't work.

We think that the comunication between camel components have to been SEDA,
but in this case the IN-OUT comunication is interrupted, why ?
-- 
View this message in context: 
http://www.nabble.com/Problems-with-camel-comunication-tf4482226s12049.html#a12798351
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to