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 are waiting:


  | Thread: JMS SessionPool Worker-22 : priority:5, demon:true, threadId:161, 
threadState:TIMED_WAITING, threadLockName:[EMAIL PROTECTED]
  | 
  |     java.lang.Object.wait(Native Method)
  |     
EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(SynchronousChannel.java:353)
  |     
EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:723)
  |     org.jboss.jms.asf.StdServerSessionPool$MyPooledExecutor.getTask 
(StdServerSessionPool.java:397)
  |     
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:747)
  |     java.lang.Thread.run(Thread.java:595)
  | 

That's all I can see right now (without the flashlight). I'll try to put some 
tracing, as Scott suggested. 


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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to