Re: Conditional skipping when intercepting message

2015-04-06 Thread Andrei Stoica
); But I'm not using the skipSendToOriginalEndpoint, which is best practice for what I saw. -- View this message in context: http://camel.465427.n5.nabble.com/Conditional-skipping-when-intercepting-message-tp5765255p5765352.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Conditional skipping when intercepting message

2015-04-04 Thread Claus Ibsen
perty("skip").isEqualTo(true)); > > > Can someone confirm this? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Conditional-skipping-when-intercepting-message-tp5765255.html > Sent from the Camel - Users mailing list archive at Nabbl

Re: Conditional skipping when intercepting message

2015-04-03 Thread Andrei Stoica
I forgot to mention. Version that I use is: 2.15.1 -- View this message in context: http://camel.465427.n5.nabble.com/Conditional-skipping-when-intercepting-message-tp5765255p5765267.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Conditional skipping when intercepting message

2015-04-02 Thread Claus Ibsen
> My actual skip condition is this: > > .skipSendToOriginalEndpoint().when(exchangeProperty("skip").isEqualTo(true)); > > > Can someone confirm this? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Conditional-skippin

Conditional skipping when intercepting message

2015-04-02 Thread Andrei Stoica
lTo(true)); Can someone confirm this? -- View this message in context: http://camel.465427.n5.nabble.com/Conditional-skipping-when-intercepting-message-tp5765255.html Sent from the Camel - Users mailing list archive at Nabble.com.