Author |
Message
|
prasad.tyson |
Posted: Wed Jan 19, 2011 6:21 am Post subject: How to difine DEAD LETTER QUEUE IN MQ 7.0.2 VERSION |
|
|
 Novice
Joined: 19 Jan 2011 Posts: 11 Location: INDIA
|
Hi Friends
In the Mq Version 6.0.2 we can directly get the Option to create Dead letter queue while we create local Queue . but Version 7.0.2 i couldnt found the option .. can you please tell me how to define dead letter queue in gui ?
from console we can create using following command
=>>>> crtmqm -u dead.letter.queue |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jan 19, 2011 6:32 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You're right. This option is not available in the MQ Explorer "Create new queue manager" wizard.
I guess you'll have to either file a PMR or just use the command line.
In v7, however, SYSTEM.DEAD.LETTER.QUEUE is automatically created - although not assigned as the DLQ on the qmgr. |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Jan 19, 2011 6:50 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
This option is not available in the MQ Explorer "Create new queue manager" wizard |
The option to name the DLQ remains in the V7 Explorer: Queue Managers->New>Queue Manager, "Step 1 Enter basic values."
The option to create a new queue with the same name is there, too.
Did I miss a V6 option that named and created a DLQ just by creating a new qmgr in the Explorer wizard? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jan 19, 2011 6:52 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
bruce2359 wrote: |
Quote: |
This option is not available in the MQ Explorer "Create new queue manager" wizard |
The option to name the DLQ remains in the V7 Explorer: Queue Managers->New>Queue Manager, "Step 1 Enter basic values." |
I looked straight past that.  |
|
Back to top |
|
 |
fatherjack |
Posted: Wed Jan 19, 2011 6:54 am Post subject: |
|
|
 Knight
Joined: 14 Apr 2010 Posts: 522 Location: Craggy Island
|
Does
Code: |
crtmqm -u dead.letter.queue |
actually create the queue ? _________________ Never let the facts get in the way of a good theory. |
|
Back to top |
|
 |
exerk |
Posted: Wed Jan 19, 2011 7:12 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
fatherjack wrote: |
Does
Code: |
crtmqm -u dead.letter.queue |
actually create the queue ? |
Is that a general question, or one direct to the OP? _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Jan 19, 2011 7:19 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
fatherjack wrote: |
Does
Code: |
crtmqm -u dead.letter.queue |
actually create the queue ? |
crtmqm only creates SYSTEM objects....
...although I'm starting a rumor that WMQ v8 will do this. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
prasad.tyson |
Posted: Wed Jan 19, 2011 8:21 am Post subject: |
|
|
 Novice
Joined: 19 Jan 2011 Posts: 11 Location: INDIA
|
Thank You i got the answer |
|
Back to top |
|
 |
fatherjack |
Posted: Wed Jan 19, 2011 8:37 am Post subject: |
|
|
 Knight
Joined: 14 Apr 2010 Posts: 522 Location: Craggy Island
|
exerk wrote: |
fatherjack wrote: |
Does
Code: |
crtmqm -u dead.letter.queue |
actually create the queue ? |
Is that a general question, or one direct to the OP? |
The OP who said....
Quote: |
from console we can create using following command
=>>>> crtmqm -u dead.letter.queue |
_________________ Never let the facts get in the way of a good theory. |
|
Back to top |
|
 |
bsiggers |
Posted: Wed Jan 19, 2011 8:52 am Post subject: |
|
|
Acolyte
Joined: 09 Dec 2010 Posts: 53 Location: Vancouver, BC
|
From having just corrected this on a whole bunch of QMs that somebody else set up, it seems that crtmqm -u dead.letter.queue does not actually create the queue for you.
In a way, does it sort of make sense that this queue is not defined as part of crtmqm? After all, you haven't had a chance to setup the model queues yet at this point, so you'd potentially be setting up some kind of queue with values you didn't necessarily define, which you wouldn't necessarily like if you were a control freak. |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Jan 19, 2011 9:08 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
In a way, does it sort of make sense that this queue is not defined as part of crtmqm? |
Yes, it does make sense. In order to create user (non-SYSTEM objects), the qmgr must be started - not just created. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
|