I am using Servicemix 3.2.1
I made a simple camel pipeline, In MyRouteBuild.java, it looks like this:
from("jbi:service:...pipeline")
.to("jbi:endpoint:...endpoint1",
"jbi:endpoint:...endpoint2",
"jbi:endpoint:...endpoint3"
);
In my first endpoint, I do a MessageExchange.setProperty on several things
that the second and third endpoints will want to use.
These properties do not seem to show up in the other components.
(I tried it using an eip pipeline and things work fine, but I would rather
use camel if possible).
Is this a limitation of the camel servicemix component?
Do I need to do something to "turn on" property coping?
Am I configuring camel wrong?
Thanks for you help.
-Kevin
--
View this message in context:
http://www.nabble.com/properties-when-using-canel-in-service-mix-tp15306687s12049p15306687.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.