Re: How to stop a dynamic route

2016-06-13 Thread Quinn Stevenson
eed the route >> process the same files again. >> >> Maybe I dont need to destroy the route but at least stop. And I have to >> stopped when the CamelBatchComplete is true. >> >> Thanks. >> >> >> >> -- >> View this message in context: >> http://camel.465427.n5.nabble.com/How-to-stop-a-dynamic-route-tp5783385p5783728.html >> Sent from the Camel - Users mailing list archive at Nabble.com. >>

Re: How to stop a dynamic route

2016-06-08 Thread Brad Johnson
; Thanks. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-stop-a-dynamic-route-tp5783385p5783728.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: How to stop a dynamic route

2016-06-08 Thread Daniel P22
is true. Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-stop-a-dynamic-route-tp5783385p5783728.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to stop a dynamic route

2016-06-08 Thread Brad Johnson
an I use it. I read camel.apache.org/controlbus.html > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-stop-a-dynamic-route-tp5783385p5783611.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: How to stop a dynamic route

2016-06-08 Thread Daniel P22
Quinn and Ranx, guys have an example for controlbus, I don't understand how works and how can I use it. I read camel.apache.org/controlbus.html -- View this message in context: http://camel.465427.n5.nabble.com/How-to-stop-a-dynamic-route-tp5783385p5783611.html Sent from the Camel -

Re: How to stop a dynamic route

2016-06-07 Thread Quinn Stevenson
gt; -- >> View this message in context: >> http://camel.465427.n5.nabble.com/How-to-stop-a-dynamic-route-tp5783385p5783477.html >> Sent from the Camel - Users mailing list archive at Nabble.com. >>

Re: How to stop a dynamic route

2016-06-06 Thread Brad Johnson
wrote: > Once only, and then the route stop and remove from the camel context. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-stop-a-dynamic-route-tp5783385p5783477.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: How to stop a dynamic route

2016-06-05 Thread Daniel P22
Once only, and then the route stop and remove from the camel context. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-stop-a-dynamic-route-tp5783385p5783477.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to stop a dynamic route

2016-06-05 Thread Brad Johnson
-- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-stop-a-dynamic-route-tp5783385p5783469.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: How to stop a dynamic route

2016-06-05 Thread Daniel P22
Ranx I just want to execute the route once, and stop and remove when the batch are complete, just that, don't look at the code, thank you so much. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-stop-a-dynamic-route-tp5783385p5783469.html Sent from the Camel -

Re: How to stop a dynamic route

2016-06-04 Thread Brad Johnson
chComplete == null){ > > CamelBatchComplete="true"; > } > > } > > > }while(CamelBatchValidator==0); > > > Thanks > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-stop-a-dynamic-route-tp5783385p5783460.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: How to stop a dynamic route

2016-06-03 Thread Daniel P22
}while(CamelBatchValidator==0); Thanks -- View this message in context: http://camel.465427.n5.nabble.com/How-to-stop-a-dynamic-route-tp5783385p5783460.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to stop a dynamic route

2016-06-03 Thread Brad Johnson
s. > > > > My question is, there a better way to stop and remove the route when the > > Batch finish? Using the RouteBuilder for example. > > > > Thanks. > > > > > > > > -- > > View this message in context: > http://camel.465427.n5.nabble.com/How-to-stop-a-dynamic-route-tp5783385p5783389.html > > Sent from the Camel - Users mailing list archive at Nabble.com. > >

Re: How to stop a dynamic route

2016-06-03 Thread Quinn Stevenson
in context: > http://camel.465427.n5.nabble.com/How-to-stop-a-dynamic-route-tp5783385p5783389.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to stop a dynamic route

2016-06-02 Thread Daniel Pompa
hanks. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-stop-a-dynamic-route-tp5783385p5783389.html Sent from the Camel - Users mailing list archive at Nabble.com.

How to stop a dynamic route

2016-06-02 Thread Daniel Pompa
Si la ruta esta vacia o hay error al conectar , esto hara que entre en el IF de arriba y elimine la ruta if(CamelBatchComplete == null){ CamelBatchComplete="true"; } } }while(CamelBatchValidator==0); -- View this message in context: http://camel.465427.n5.nabble.com/How-to-stop-a-dynamic-route-tp5783385.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to stop a dynamic route

2016-06-02 Thread souciance
uot;sap-xrt-connect-interface-receive-" > + fileNameOnly); > > CamelBatchValidator=1; > CamelBatchComplete = null; > }else{ > > //Si la ruta esta vacia o hay error al conectar , esto > hara que entre en e