[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB stop listening

2006-03-31 Thread bcoutinho
We are experiencing what seems to be the same problem. The environment is also similar: Red Hat AS Linux kernel 2.6.12-10-386 Java HotSpot(TM) Server VM 1.5.0_06-b05, Sun Microsystems JBoss 4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231752) The MDB stops processing messages after process

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB stop listening

2006-03-31 Thread [EMAIL PROTECTED]
You are the one with the flashlight. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMQLogging View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934103#3934103 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934103 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB stop listening

2006-04-03 Thread IanMechura
Does it stop processing during normal operation or are there any reboots between the time the first message is created and the processing stops? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934556#3934556 Reply to the post : http://www.jboss.com/index.html

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB stop listening

2006-04-04 Thread bcoutinho
Normal operation. After a few thousand messages processed, I see the queue with 0 listeners: | $ ./twiddle.sh get jboss.mq.destination:name=taskQueue,service=Queue ReceiversCount | ReceiversCount=0 | $ | No relevant exceptions or errors. A ThreadDump shows me all my workers threads

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB stop listening

2006-04-06 Thread Thoennes
Maybe this also relates to the oswego concurrent lib issues mentioned in this thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77101 Cheers, Jörg View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935374#3935374 Reply to the post : http://www

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB stop listening

2006-04-06 Thread Thoennes
See also http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77101 Here the solution is to upgrade to the latest concurrent lib 1.3.4. Please give it a try. Cheers, Jörg View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935377#3935377 Reply to the post

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB stop listening

2006-04-07 Thread bcoutinho
We're using jboss 4.0.3SP1, that uses concurrent.jar version 1.3.4, as shown in its manifest: | $ jar xf concurrent.jar | $ cat META-INF/MANIFEST.MF | Manifest-Version: 1.0 | Specification-Title: util.concurrent | Built-By: JBoss Inc. (www.jboss.org) | Ant-Version: Apache Ant 1.6.2

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB stop listening

2006-04-10 Thread bcoutinho
We downgraded to jboss 3.2.8SP1. It seems to be working. We'll be using this version, for now. Thanks for the help, anyway. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936255#3936255 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting