Re: Exchange is complete meaning

2017-01-26 Thread souciance
I would think by default it would move the file after route 3 has finished successfully. You could probably change that using seda queues. -- View this message in context: http://camel.465427.n5.nabble.com/Exchange-is-complete-meaning-tp5790648p5793086.html Sent from the Camel - Users mailing

Re: Exchange is complete meaning

2017-01-26 Thread sa_james
the exchange has gone through route3?* - Guile Newbie -- View this message in context: http://camel.465427.n5.nabble.com/Exchange-is-complete-meaning-tp5790648p5793080.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Exchange is complete meaning

2017-01-26 Thread souciance
:sink") > > template.sendBody("direct:A", "message") > > What does Exchange is complete mean? > > > Thx... > Guile Newbie > > > ------ > If you reply to this email, your message will be added to the discussion > b

Re: Exchange is complete meaning

2017-01-26 Thread sa_james
e.sendBody("direct:A", "message") What does Exchange is complete mean? Thx... - Guile Newbie -- View this message in context: http://camel.465427.n5.nabble.com/Exchange-is-complete-meaning-tp5790648p5793072.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Exchange is complete meaning

2016-11-26 Thread sa_james
Yes I have seen it. It doesn't open multiple connections though. It uses a shared one. I will have to benchmark to decide. Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/Exchange-is-complete-meaning-tp5790648p5790667.html Sent from the Camel - Users mailing

Re: Exchange is complete meaning

2016-11-26 Thread Claus Ibsen
he /"jms:sink"/. > > Camel is a killer application. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Exchange-is-complete-meaning-tp5790648p5790661.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: Exchange is complete meaning

2016-11-26 Thread sa_james
e messages after the /from("jms:source")/ and check them before sending them to the /"jms:sink"/. Camel is a killer application. -- View this message in context: http://camel.465427.n5.nabble.com/Exchange-is-complete-meaning-tp5790648p5790661.html Sent from the Camel -

Re: Exchange is complete meaning

2016-11-26 Thread Claus Ibsen
;) > > > When does the completion triggers? > 1- right before the to("log:test")? > 2- right before the to("jms:sink")? > 3- right after the to("jms:sink")? > > Thanks. > > > > -- > View this message in context: &

Exchange is complete meaning

2016-11-25 Thread sa_james
ter the to("jms:sink")? Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/Exchange-is-complete-meaning-tp5790648.html Sent from the Camel - Users mailing list archive at Nabble.com.