Hi All,

 I am facing a problem with Message Queue. My application architecture is
like. A servlets receives requests and puts requests in a queue and returns.
 Then a message listener is attached to this queue which will pick up the
messages from queue and processes it.
 This is working fine if i give less than 60 requests per minute. If i
increase the number of requests only some of them are processed. It is
ignoring the remaining
 messages. Also one more problem i am facing is even after the messages are
processed, they are not removed from the queue. This way the queue is
growing in size. Is it the problem with JBossMQ? Has any body has faced
similar kind of problems?

Any help is greatly appreciated.

TIA

Rama Rao


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to