Re: Camel JMS Container sending 1000's of ping like messages in a minute to IBM MQ

2013-10-16 Thread Claus Ibsen
Ad 2) You can read about receiveTimeout in spring jms documentation as well, as camel-jms is built on top of spring jms. So the option is from spring. Its default 1000 (eg 1 sec). On Tue, Oct 15, 2013 at 9:41 PM, saran_kct saran_...@yahoo.co.in wrote: Thank You Claus. I tried setting that

Re: Camel JMS Container sending 1000's of ping like messages in a minute to IBM MQ

2013-10-15 Thread saran_kct
Any help with this issue is much appreciated Thanks Saran -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JMS-Container-sending-1000-s-of-ping-like-messages-in-a-minute-to-IBM-MQ-tp5741547p5741561.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel JMS Container sending 1000's of ping like messages in a minute to IBM MQ

2013-10-15 Thread Claus Ibsen
Hi Have you tried with a jms connection pool. And if you are not using XA transactions then you can likely set cacheLevelName=CACHE_CONSUMER. This would speedy things and avoid chatty io. See more details at: http://camel.apache.org/jms On Mon, Oct 14, 2013 at 5:38 PM, saran_kct

Re: Camel JMS Container sending 1000's of ping like messages in a minute to IBM MQ

2013-10-15 Thread saran_kct
Thank You Claus. I tried setting that option, no luck. I have 2 questions 1) JMS Connection Pool - Is there any reference documentation that you can point me to set this up in Camel - Spring - IBM MQ 2) I tried setting

Camel JMS Container sending 1000's of ping like messages in a minute to IBM MQ

2013-10-14 Thread saran_kct
I am using Camel v2.6.0,Spring v2.5.6 on JBoss 4.3.0,Jdk 1.5 to listen to messages hosted on an IBM MQ. A channel is created on the IBM MQ for this. My MQ Admin is complaining that 1000's of ping like messages are sent to this Channel from my application even though there is no real data posted to