interceptSendToEndpoint

2014-07-01 Thread Preethi
. Is this a known issue with Camel? We are using camel-spring-2.9.2 Thanks, Preethi -- View this message in context: http://camel.465427.n5.nabble.com/interceptSendToEndpoint-tp5753172.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel MDC Logging

2014-05-16 Thread Preethi
not print it in the logs. Is there a way I can customize the Camel MDC logging to use the request id or any other variables created in a separate thread. Thanks, Preethi -- View this message in context: http://camel.465427.n5.nabble.com/Camel-MDC-Logging-tp5751180.html Sent from the Camel - Users

Re: Failing to load converters

2014-04-24 Thread Preethi
to be passed on to the DivisionPredicate. The intermittent exception occurs while converting the json to String.class. This route is deployed on tomcat. Thanks, Preethi -- View this message in context: http://camel.465427.n5.nabble.com/Failing-to-load-converters-tp5750509p5750532.html Sent from

Re: Failing to load converters

2014-04-24 Thread Preethi
This is something which does not happen always. It happens intermittently. -- View this message in context: http://camel.465427.n5.nabble.com/Failing-to-load-converters-tp5750509p5750561.html Sent from the Camel - Users mailing list archive at Nabble.com.

Failing to load converters

2014-04-23 Thread Preethi
(BaseTypeConverterRegistry.java:147) [INFO] [talledLocalContainer] at org.apache.camel.impl.MessageSupport.getMandatoryBody(MessageSupport.java:100) This issue occurs intermittenttly. It looks like the camel is unable to load the default converters. Thanks, Preethi -- View this message

Re: Master Slave Camel-ActiveMQ

2014-01-02 Thread Preethi
I have been trying to use zookeeper but it looks like the camel route on the slave, which is subscribing to the IBM MQ,still runs. I could see the exception below when I start the slave. Cause: JMSWMQ0026: Failed to subscribe to topic '#/#/ITEM/MAINT' using MQSUB.; nested exception is

Master Slave Camel-ActiveMQ

2013-12-30 Thread Preethi
Hi We are trying to setup Master slave for ActiveMQ using camel-context. Our current architecture is like this. 1. A camel route which subscribes to MQ topics (these MQ topics are IBM topics). 2. This camel route then takes the message from the topic and transforms it 3. The