aspose file tools
The moose likes JBoss and the fly likes Not consuming JMS messages after a certain no. of messages are processed Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Not consuming JMS messages after a certain no. of messages are processed" Watch "Not consuming JMS messages after a certain no. of messages are processed" New topic
Author

Not consuming JMS messages after a certain no. of messages are processed

M. Phaneendra Vijay
Greenhorn

Joined: Jun 10, 2009
Posts: 26
Hi,

I have a program that sends thousands of messages to the queue (Input Queue) and I process them and put them in another queue (Output Queue).
After consuming certain no. of messages (12000 to 13500), the messages are only queued up in the Input Queue. They are not coming out.

I have set the mdb objects min pool to 15 and max pool to 30 in the standardjboss.xml for message-driven-bean.
Also I have checked the thread dump in jboss jmx-console (jboss.system -> type=ServerInfo -> threadDump). It showed all the 15 threads of the mdb are in RUNNABLE state.
Please help.

Thanks.



 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Not consuming JMS messages after a certain no. of messages are processed
 
Similar Threads
JBoss 5.1 ejbCreate method not called on mdb
JMS HelloWorld
com.ibm.ejs.container.EJBConfigurationException: NO_JCA_ADAPTER_BINDING found for MDB: ConsumerTest
I can't see ejbCreat(),ejbRemove or initialize() methods in this MDB.
EJB3.0 - JBoss - How to send JMS message to an MDB