On Wed, Feb 6, 2008 at 7:41 AM, Kevin k <[EMAIL PROTECTED]> wrote:
>
>  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?

Where exactly are you calling MessageExchange.setProperty()? I know
that there are some spots where properties are not copied correctly
and I'd like to get those fixed. So you're using the servicemix-eip
component and the Pipeline pattern?

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/

Reply via email to