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
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.
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
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
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
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