Re: Removing a route after it is completed

2015-01-19 Thread aidatechinc
Thank you. Since I am using akka, I need to kill that actor as well to stop it totally. -- View this message in context: http://camel.465427.n5.nabble.com/Removing-a-route-after-it-is-completed-tp5761836p5761929.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Removing a route after it is completed

2015-01-17 Thread Claus Ibsen
rActor: ActorRef) > extends RouteBuilder { > > def configure { > from(route.source.uri).to(route.target.uri) > .routeId(route.source.id) > } > } > > > > -- > View this message in context: > http://camel.465427.n5.nabbl

Removing a route after it is completed

2015-01-17 Thread aidatechinc
.n5.nabble.com/Removing-a-route-after-it-is-completed-tp5761836.html Sent from the Camel - Users mailing list archive at Nabble.com.