[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 : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855464#3855464

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855464


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=posting&mode=reply&p=3855352


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 
thought that the Listener would show me something so I set that up about 2 
weeks ago when we rolled this out.  I am catching every and any exception that 
is thrown and print it out when it writes a message to the JMS bus and I print 
out any exception that occurs in the Listeners but still nothing.  The only one 
I have ever seen is in the above in the thread. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855043#3855043

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855043


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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. I can't tell if there 
are bugs there or not. A NPE is not a good sign anyway.
3.  You should set up an exception listener and see what comes through.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855041#3855041

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855041


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user