Author |
Message
|
voyager |
Posted: Fri Mar 25, 2005 7:49 am Post subject: System Dead Letter Queue |
|
|
 Centurion
Joined: 28 Dec 2004 Posts: 127
|
All,
Suppose if I want to clear System.Dead.Letter.Queue on a Queue Manager, Can I clear this Queue?
If so, how to proceed? If I want to clear any other System related Queues, Can I clear??
Thank you!! _________________ voyager |
|
Back to top |
|
 |
Michael Dag |
Posted: Fri Mar 25, 2005 7:54 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
if you are sure that losing these messages is not a problem, go ahead and clear the system dead letter queue.
what other system queue's were you thinking of clearing? _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
csmith28 |
Posted: Fri Mar 25, 2005 8:19 am Post subject: Re: System Dead Letter Queue |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
voyager wrote: |
All,
Suppose if I want to clear System.Dead.Letter.Queue on a Queue Manager, Can I clear this Queue?
If so, how to proceed? If I want to clear any other System related Queues, Can I clear??
Thank you!! |
Instead of clearing them you may want to have a look at the runmqdlq command which will give you the option among other things to RETRY, DISGARD the messages on your DLQ. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
voyager |
Posted: Fri Mar 25, 2005 11:02 am Post subject: |
|
|
 Centurion
Joined: 28 Dec 2004 Posts: 127
|
Thank you all,
Other than Dead Letter Queue, I wanted to clear SYSTEM.AUTH.DATA.QUEUE and SYSTEM.ADMIN.QMGR.EVENT and CHANNEL.EVENT.
I wanted to clear all these System Object Q's because we are rebooting the server and starting a fresh process
and I want to observer all the Queues and events that take place.
Thank you once again to you all!! _________________ voyager |
|
Back to top |
|
 |
Michael Dag |
Posted: Fri Mar 25, 2005 11:07 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
voyager wrote: |
Other than Dead Letter Queue, I wanted to clear SYSTEM.AUTH.DATA.QUEUE and SYSTEM.ADMIN.QMGR.EVENT and CHANNEL.EVENT. |
I would NOT clear the SYSTEM.AUTH.DATA.QUEUE it holds your authorisations to the qmgr...
clearing the EVENT queues should be ok, if you are not interested... _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
EddieA |
Posted: Fri Mar 25, 2005 11:34 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
By default, the SYSTEM.*.EVENT queues are set to non-persistent, and the Event messages written there get the persistence from the Q attribute. So, rebooting the server will remove those messages anyway.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
PeterPotkay |
Posted: Fri Mar 25, 2005 2:06 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
EddieA wrote: |
So, rebooting the server will remove those messages anyway. |
So will just restarting the Queue Manager (I'm sure you know this Eddie, just clarifying for the ones that don't) _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
bower5932 |
Posted: Mon Mar 28, 2005 4:18 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
voyager wrote: |
I wanted to clear all these System Object Q's because we are rebooting the server and starting a fresh process
and I want to observer all the Queues and events that take place. |
If you are truly starting fresh and want to observe, then I'd suggest that you delete your queue manager and recreate it. This will guarantee that it is created fresh. |
|
Back to top |
|
 |
voyager |
Posted: Mon Mar 28, 2005 8:43 am Post subject: Thank you |
|
|
 Centurion
Joined: 28 Dec 2004 Posts: 127
|
Thank you all for your valuable comments and suggestions.
Thank you very much! _________________ voyager |
|
Back to top |
|
 |
|