Author |
Message
|
udaybho |
Posted: Wed Sep 18, 2002 1:46 pm Post subject: SYSTEM.JMS.REPORT.QUEUE gets filled up. |
|
|
Voyager
Joined: 09 May 2002 Posts: 94 Location: Chicago
|
My System:
Queue Manager with JMS system queues used for Pub/Sub with MQSeries Pub/Sub broker. 1000+ users connected to QM using MQI channels. Any user can publish or subscribe.
Problem:
I am observing that SYSTEM.JMS.REPORT.QUEUE gets filled up and finally reaches its MAX limit. As a result new users cannot connect and existing connected users slowly slowly gets disconnected.
MY Interpretation:
SYSTEM.JMS.REPORT.QUEUE is used by publisher to get the Response of the publishing. And when my user tries to publish and QM finds that SYSTEM.JMS.REPORT.QUEUE was full it puts the message in DEAD LETTER QUEUE, as a result publisher assume that it fails to publish and assuming that there is some problem with MQ, my user disconnects (application logic for error handling)
So why JMS is not consuming the response or report messagees ? Any thing we missed on publisher ?
Uday Bhosle |
|
Back to top |
|
 |
udaybho |
Posted: Thu Sep 19, 2002 7:16 am Post subject: |
|
|
Voyager
Joined: 09 May 2002 Posts: 94 Location: Chicago
|
Further investigation shows that SYSTEM.JMS.ND.SUBSCRIBER.QUEUE have depth of 40000+
what's going on ?
Uday Bhosle |
|
Back to top |
|
 |
techno |
Posted: Fri Dec 24, 2004 8:54 am Post subject: |
|
|
Chevalier
Joined: 22 Jan 2003 Posts: 429
|
what is the solution here? |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Dec 24, 2004 8:03 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Apparently you are asking for a report of confirmation of some sorts hence the REPORT.QUEUE. However are you handling this confirmation in any way?
Is there any process at all consuming the messages in this queue??
Enjoy  |
|
Back to top |
|
 |
techno |
Posted: Sat Dec 25, 2004 7:52 am Post subject: |
|
|
Chevalier
Joined: 22 Jan 2003 Posts: 429
|
Not yet. We would like to. Subscriber queue is getting filled and throwing errors. |
|
Back to top |
|
 |
bower5932 |
Posted: Mon Dec 27, 2004 7:10 am Post subject: Re: SYSTEM.JMS.REPORT.QUEUE gets filled up. |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
udaybho wrote: |
Queue Manager with JMS system queues used for Pub/Sub with MQSeries Pub/Sub broker. 1000+ users connected to QM using MQI channels. Any user can publish or subscribe.
|
My bet is that there is something wrong and that you have subscribers that aren't deregistering. The other problem could be that you are publishing messages faster than you can pick them up. You might need to increase the maxdepth of the queues that you are dealing with. |
|
Back to top |
|
 |
|