Re: content router question

2009-02-12 Thread pevgen
ze a string >>> message >>> body. >>> >>> i try to explain my wish by java-like example : >>> >>> String messageBody = "test 1"; >>> if (messageBody.indexOf("1")>=0) then ... messageBody will be sent to an >>&g

Re: content router question

2009-02-11 Thread Jon Anstey
> >>> body. > >>> > >>> i try to explain my wish by java-like example : > >>> > >>> String messageBody = "test 1"; > >>> if (messageBody.indexOf("1")>=0) then ... messageBody

Re: content router question

2009-02-11 Thread Claus Ibsen
>>> i try to explain my wish by java-like example : >>> >>> String messageBody = "test 1"; >>> if (messageBody.indexOf("1")>=0) then ... messageBody will be sent to an >>> "Endpoint1" >>> else ...messageB

Re: content router question

2009-02-11 Thread Jon Anstey
g message >> body. >> >> i try to explain my wish by java-like example : >> >> String messageBody = "test 1"; >> if (messageBody.indexOf("1")>=0) then ... messageBody will be sent to an >> "Endpoint1" >> else ...messa

Re: content router question

2009-02-11 Thread pevgen
Thank you, Julien. I didn't read Camel guide attentive :( Evgeny -- View this message in context: http://www.nabble.com/content-router-question-tp21916527s22882p21950592.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: content router question

2009-02-10 Thread Julien D
tring messageBody = "test 1"; > if (messageBody.indexOf("1")>=0) then ... messageBody will be sent to an > "Endpoint1" > else ...messageBody will be sent to an "Endpoint2". > > thanks. > Evgeny > -- View this message in context: http://www.nabble.c

Re: content router question

2009-02-09 Thread Jon Anstey
my wish by java-like example : > > String messageBody = "test 1"; > if (messageBody.indexOf("1")>=0) then ... messageBody will be sent to an > "Endpoint1" > else ...messageBody will be sent to an "Endpoint2". > > thanks. > Evgeny

content router question

2009-02-09 Thread pevgen
uot; else ...messageBody will be sent to an "Endpoint2". thanks. Evgeny -- View this message in context: http://www.nabble.com/content-router-question-tp21916527s22882p21916527.html Sent from the Camel - Users mailing list archive at Nabble.com.