|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Downloading the message from the queue |
« View previous topic :: View next topic » |
Author |
Message
|
prKinch |
Posted: Mon Dec 26, 2011 1:47 am Post subject: Downloading the message from the queue |
|
|
Novice
Joined: 31 Jan 2010 Posts: 15
|
Hi All
We have an issue with an dead letter queue, There is queue bulid-up upto 70000 msgs, We didnt get any issues repoted from app team. I tried to see the messages from the queue...I can only see the messages from the order old one (which older than a year). We are going to move/delete the msgs from the queue and set the dead letter queue max depth as 100 or 1000,But I like to analysis further b4 moving the msgs.
I tried to use the Qload(Mo03)pgm, to download the messages from xto y range(69,800 to 69,900)...But its taking more than 4 or 5 hours but not complted still in processing ...
Is their any way to download or browse the last x-msgs (100msg) from the queue |
|
Back to top |
|
 |
zpat |
Posted: Mon Dec 26, 2011 2:26 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
WMQ searches queues linearly so selecting a range of messages involves a MQGET on every single one before that range.
For this reason you should run such tools on the same platform as the queue manager so that a bindings connection can be used (if the queue depth is high and you want to read towards the end of it).
You would be better off deleting the first 60000 messages before trying to do anything with the rest. However MQGET is used to do that as well so just remember to run the tool on the same box as the QM.
Setting the DLQ depth to 1000 is usually not advisable. Use some housekeeping or the DLQ handler to manage the queue. Also have some kind of alerting when messages arrive on the queue (even if as simple as triggering a program to send an Email). |
|
Back to top |
|
 |
vennela |
Posted: Mon Dec 26, 2011 6:26 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Also, make sure you are not using the Q Program under a syncpoint for getting those messages |
|
Back to top |
|
 |
zpat |
Posted: Mon Dec 26, 2011 8:41 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
vennela wrote: |
Also, make sure you are not using the Q Program under a syncpoint for getting those messages |
Q and Qload are not the same program (although both written by Paul Clarke). |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|