Re: Shared Camel Context.

2016-02-02 Thread jgoggins
http://camel.apache.org/spring-web-services.html -- View this message in context: http://camel.465427.n5.nabble.com/Shared-Camel-Context-tp5777066p5777156.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Shared Camel Context.

2016-02-01 Thread jgoggins
elContext() throws Exception { CamelContext camelContext = new SpringCamelContext(applicationContext); camelContext.addRoutes(new CTIPsRouter()); return camelContext; } -- View this message in context: http://camel.465427.n5.nabble.com/Shared-Camel-Context-tp5777066p5777096.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Shared Camel Context.

2016-01-31 Thread jgoggins
Cheers Matt -- View this message in context: http://camel.465427.n5.nabble.com/Shared-Camel-Context-tp5777066p5777084.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Shared Camel Context.

2016-01-31 Thread Matt Sicker
> possible > and using direct-vm would be a solution. With limited information > available, > could someone here guide me ? > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Shared-Camel-Context-tp5777066.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Matt Sicker

Shared Camel Context.

2016-01-30 Thread jgoggins
this was not possible and using direct-vm would be a solution. With limited information available, could someone here guide me ? -- View this message in context: http://camel.465427.n5.nabble.com/Shared-Camel-Context-tp5777066.html Sent from the Camel - Users mailing list archive at Nabble.com.