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 » Dead letter queue

Post new topic  Reply to topic
 Dead letter queue « View previous topic :: View next topic » 
Author Message
sam_789
PostPosted: Tue Dec 29, 2009 4:57 am    Post subject: Dead letter queue Reply with quote

Newbie

Joined: 29 Dec 2009
Posts: 9

Hi,

Can any body please explain me the steps for to configure dead letter queue in GUI,

Sam
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Dec 29, 2009 5:48 am    Post subject: Re: Dead letter queue Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

sam_789 wrote:
Can any body please explain me the steps for to configure dead letter queue in GUI,


Type the name in the dead letter field provided. Seriously.

5 minutes experimentation with the GUI would have discovered this.

If your question is a more reasonable "how do I configure a dead letter handler in GUI" the answer is simple - you can't.

But there's a really good piece in the documentation describing it.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
sam_789
PostPosted: Tue Dec 29, 2009 6:15 am    Post subject: Dead letter queue Reply with quote

Newbie

Joined: 29 Dec 2009
Posts: 9

I am unable to do this,

Can you please explain me the steps
Back to top
View user's profile Send private message
Mr Butcher
PostPosted: Tue Dec 29, 2009 6:36 am    Post subject: Reply with quote

Padawan

Joined: 23 May 2005
Posts: 1716

what have you tried? what are the errors? what problem are you facing?

or are you just lazy to find out yourself? it is very easy and not very different from other gui handling you should know if you are in it business (e.g. finding the properties of something you can click on)
_________________
Regards, Butcher
Back to top
View user's profile Send private message
bruce2359
PostPosted: Tue Dec 29, 2009 6:47 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Two things are required:
1) define a local queue, with an appropriate name - like DLQ
2) alter the DEADQ attribute of the queue manager object to the name of your new dead letter queue.
_________________
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
fschofer
PostPosted: Tue Dec 29, 2009 6:59 am    Post subject: Reply with quote

Knight

Joined: 02 Jul 2001
Posts: 524
Location: Mainz, Germany

Hi,

as is it a first time posting lets help sam_789 a little bit.

Right click your queue manager in the MQ Explorer.
Choose properties.
Choose Extended.
Write the name of the queue you want to use as dead letter queue in the field "Dead letter queue:"

Greetings
Frank
Back to top
View user's profile Send private message Send e-mail
PeterPotkay
PostPosted: Tue Dec 29, 2009 7:47 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

Assuming "the GUI" is MQ Explorer of course. I can think of half a dozen others that offer the same functionality. Sammy wants to keep us guessing I suppose.
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
sam_789
PostPosted: Tue Dec 29, 2009 8:14 am    Post subject: Dead letter queue Reply with quote

Newbie

Joined: 29 Dec 2009
Posts: 9

I created two queue managers QM1,QM2

In the QM1 I create Remote queue,transmission queue and sender channel

and in the QM2 I created DLQ as local queue and in the queue manager creation I mention the Dead letter queue name as DLQ

and receiver channel,

and In the remote queue I given the wrong destination,

and after If I put the message in the remote queue using MQPUT,
the message is not delivered to DLQ,

Can anybody please help me,

Sam
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Dec 29, 2009 8:18 am    Post subject: Re: Dead letter queue Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

sam_789 wrote:
Can anybody please help me


Well if you'd actually posted this problem in the first place possibly and earlier!

Possible causes:

- the put failed
- the message is not persistent
- the channel is not running

Other causes are also possible, but until you stop being parsimonious with your information we're not going to be much more help.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
mvic
PostPosted: Tue Dec 29, 2009 9:13 am    Post subject: Re: Dead letter queue Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

sam_789 wrote:
and after If I put the message in the remote queue using MQPUT,
the message is not delivered to DLQ,

Did you find where the message DID get delivered to?

Following Vitor's lead, check the local xmitq in case the channel was not running for some reason.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Tue Dec 29, 2009 9:30 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Possibilities are few:
1. there was/is no message. Did you receive a ReasonCode from the amqsput? Or...
2. the message is in the xmit queue waiting to be sent. What is current depth of the xmit queue? or ...
3. the message is in the destination queue (RName) named in the QRemote definition. What is current depth of the destination queue? or ...
4. the message is in the DLQ of the destination queue manager (RQMName) named in the QRemote definition. What is the current depth of the DLQ?
_________________
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
sam_789
PostPosted: Tue Dec 29, 2009 9:43 am    Post subject: Dead letter queue Reply with quote

Newbie

Joined: 29 Dec 2009
Posts: 9

Hi Guys,

Thanks for your help,I got it,

Sam
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Dec 29, 2009 10:09 am    Post subject: Re: Dead letter queue Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

sam_789 wrote:
Thanks for your help,I got it


Want to post the solution for the benefit of future readers?
_________________
Honesty is the best policy.
Insanity is the best defence.
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 » Dead letter queue
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.