Re: WARN: Unable to register shutdown hook due to JVM state

2014-05-11 Thread amshf
Nothing?! somebody in stackoverflow says it's a bug in Camel. Is it true?! here's the link: My Question in stackoverflow -- View this message in context: http://camel.465427.n5.nab

WARN: Unable to register shutdown hook due to JVM state

2014-05-05 Thread amshf
I'm using Camel to route Activemq messages. Camel is boot with org.apache.camel.Main class like this: *problem:* when I send Ctrl+C to shutdown the camel, it logs this warning: Why? and how to fix this? -- View this message in context: http://camel.465427.n5.nabble.com/WARN-Unable-to-reg

Re: Reply received for unknown correlationID [xxxx]

2014-04-21 Thread amshf
I need your help...!!! -- View this message in context: http://camel.465427.n5.nabble.com/Reply-received-for-unknown-correlationID--tp5746277p5750396.html Sent from the Camel - Users mailing list archive at Nabble.com.

Reply received for unknown correlationID [xxxx]

2014-01-21 Thread amshf
There is a middleware in between of two other software components. In the middleware I'm routing Apache ActiveMQ messages by Apache Camel. this is how it works: 1) 1stComponent uses middleware to send message to the 3rdComponent 2) 3rdComponent replies the message and sends it back to the 1st(u