[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Consumers stop listening after a period of time.

2004-11-16 Thread kalyan120
Look at my replies for similar posts. I too had the same problem, and solved it using the approach that I have mentioned: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=52269 http://www.jboss.org/index.html?module=bb&op=viewtopic&t=56560 HTH, Thanks, Kalyan View the original post :

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Consumers stop listening after a period of time.

2004-11-16 Thread pjdodds
I've recenting moved a UAT environment up to JBoss 3.2.5 using JDBC3 PM and have the same problem, was solution did you employ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855352#3855352 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Consumers stop listening after a period of time.

2004-11-12 Thread pcross616
Well its not idle, the servers are under a moderate load at all times. When the server needs to send to the queue or topic it still functions just fine. We have the JMS backended with Postgres using the jdbc3 PM. And nothing is coming in on the exception listener that we have setup. I thou

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Consumers stop listening after a period of time.

2004-11-12 Thread genman
>From what you show, I don't really know what's going on. Just a couple of >ideas: 1. Your network idles out, the connection resets, etc. It appears random since it only happens during inactivity. Solution: Massage the network params. 2. You're using the jdbc3 PM and jdbc2 is the default.