ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » How to difine DEAD LETTER QUEUE IN MQ 7.0.2 VERSION

Post new topic  Reply to topic
 How to difine DEAD LETTER QUEUE IN MQ 7.0.2 VERSION « View previous topic :: View next topic » 
Author Message
prasad.tyson
PostPosted: Wed Jan 19, 2011 6:21 am    Post subject: How to difine DEAD LETTER QUEUE IN MQ 7.0.2 VERSION Reply with quote

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
View user's profile Send private message
mqjeff
PostPosted: Wed Jan 19, 2011 6:32 am    Post subject: Reply with quote

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
View user's profile Send private message
bruce2359
PostPosted: Wed Jan 19, 2011 6:50 am    Post subject: Reply with quote

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
View user's profile Send private message
mqjeff
PostPosted: Wed Jan 19, 2011 6:52 am    Post subject: Reply with quote

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
View user's profile Send private message
fatherjack
PostPosted: Wed Jan 19, 2011 6:54 am    Post subject: Reply with quote

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
View user's profile Send private message
exerk
PostPosted: Wed Jan 19, 2011 7:12 am    Post subject: Reply with quote

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
View user's profile Send private message
bruce2359
PostPosted: Wed Jan 19, 2011 7:19 am    Post subject: Reply with quote

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
View user's profile Send private message
prasad.tyson
PostPosted: Wed Jan 19, 2011 8:21 am    Post subject: Reply with quote

Novice

Joined: 19 Jan 2011
Posts: 11
Location: INDIA

Thank You i got the answer
Back to top
View user's profile Send private message
fatherjack
PostPosted: Wed Jan 19, 2011 8:37 am    Post subject: Reply with quote

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
View user's profile Send private message
bsiggers
PostPosted: Wed Jan 19, 2011 8:52 am    Post subject: Reply with quote

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
View user's profile Send private message
bruce2359
PostPosted: Wed Jan 19, 2011 9:08 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » How to difine DEAD LETTER QUEUE IN MQ 7.0.2 VERSION
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.