Shared Camel Context.

2016-01-30 Thread jgoggins
Can Camel Context be shared between an Akka Actor application and a Spring Boot jar file it is consuming. I want to route endpoints in the jar to the actor. Although many examples and readings seem to state this as a trival task, the execution is not the case. I see 2 camel context's started, one i

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-02-01 Thread jgoggins
Hi Matt, Still unable to make progress here. I have a simple SOAP 12 endpoint defined, and this is working if I send a request. @Endpoint public class HeartbeatEndpoint { @Action("http://myevent/Heartbeat";) @ResponsePayload p

Re: Shared Camel Context.

2016-02-02 Thread jgoggins
It seems this was incorrect; I removed @Endpoint public class HeartbeatEndpoint. My router is setup as @Component public class MyRouter extends SpringRouteBuilder { @Override public void configure() throws Exception { from("spring-ws:rootqname:{http://myeve

Re: Deploying hawt.io to spring-boot-web's jetty

2016-02-29 Thread jgoggins
The easiest way I found was to download jolokia-jvm-1.3.3-agent.jar from https://jolokia.org/download.html Download hawtio jar from https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-app/1.4.61/hawtio-app-1.4.61.jar Run the following command to start hawtio java -jar hawtio-app

IdempotentConsumer usage

2016-02-29 Thread jgoggins
Hi, I'm looking at the IdempotentConsumer to prevent duplicates. http://camel.apache.org/idempotent-consumer.html I have a camel endpoint that sees a list of objects come in. The list can contain between 1 and N internal objects. I need to prevent the internal object been a duplicate for a time