Re: Getting a javax.jms.JMSException: java.io.InterruptedIOException

2015-07-08 Thread anukumar004
I am using version 5.10.2 of camel. I tried updating to the latest but still see the issue. I have not found out a solution to the problem. Could anybody please point me in the right direction. -- View this message in context: http://camel.465427.n5.nabble.com/Getting-a-javax-jms-JMSExceptio

Getting a javax.jms.JMSException: java.io.InterruptedIOException

2015-03-18 Thread anukumar004
Hi, We are using apache camel to route messages to activemq queues. These messages are synchronous and use request-reply (ExhcangePattern.InOut) with a timeout of 20 secs. The messages get created from a web application depolyed on tomcat. Everything works great most of the time but when too man

Camel Jms Service proxies

2013-11-20 Thread anukumar004
Hi, I have a usecase where I want a client to be able to invoke services on remote sites. I would like to use camel spring jms to do so. I have been going through the examples presented in camel documentation and from that it seems to me that each queue is tied to a service. On the remote site