Programmatically referring to route/context names within routes,

2014-12-15 Thread Jeremy Gooch
Hi, I have a generic dead letter queue handler. Before messages are put onto the dead letter queue, my routes log details of the exceptions (via an interceptor within the same context). I'd like to also stamp the messages with the route and context from which the exception was thrown. I could j

Client ID for MQTT endpoint.

2014-06-30 Thread Jeremy Gooch
Hi, Is there a non-documented option for the MQTT endpoint, through which I can set the client ID? My Mosquitto MQTT broker currently assigns Camel an arbitrary ID along the lines of "7f00d901c0b253b144e5". However, this isn't much use if I want to use an ACL within Mosquitto in order to secure

Re: activemq exception

2014-05-12 Thread Jeremy Gooch
I saw something similar - as per my post on Stack Overflow: http://stackoverflow.com/questions/19365009/activemq-remote-connections-refused-despite-0-0-0-0-in-broker-url We had the *activemq-web-console* feature enabled, and it was launching its own ActiveMQ broker, meaning the one we wanted to us

Re: Camel with ActiveMQ

2014-04-11 Thread Jeremy Gooch
We run it inside the container. As per http://activemq.apache.org/osgi-integration.html the installation is really easy. karaf@root()> feature:repo-add mvn:org.apache.activemq/activemq-karaf/5.9.0/xml/features karaf@root()> feature:install activemq-broker You can see the broker and browse the q