Author |
Message
|
Rahul |
Posted: Thu Sep 18, 2008 1:26 pm Post subject: Processing the items from Dead Letter Queue |
|
|
Newbie
Joined: 18 Sep 2008 Posts: 3
|
I need to process the items which went to Dead Letter Queue. This needs to happen based on the message header or message text in the Dead Letter Queue. Is there any easier way to handle the items in the Dead Letter Queue. [/b] |
|
Back to top |
|
 |
SAFraser |
Posted: Thu Sep 18, 2008 1:52 pm Post subject: |
|
|
 Shaman
Joined: 22 Oct 2003 Posts: 742 Location: Austin, Texas, USA
|
Do you mean, is there an easier way than using the dead letter handler? I don't know of any. Search for runmqdlq in the System Administration Manual. (Info Centre button above help you.)
Or perhaps you are already familiar with this utility, and are asking for something easier to use. |
|
Back to top |
|
 |
Rahul |
Posted: Thu Sep 18, 2008 2:18 pm Post subject: |
|
|
Newbie
Joined: 18 Sep 2008 Posts: 3
|
Hi...Thanks for the reply. Yes I already know about the runmqdlq utility. I m looking for something which needs to sort out the messages based on the headers / message type in the dead letter queue and prioritize it before processing. So I m looking for an idea, how that can be performed. |
|
Back to top |
|
 |
SAFraser |
Posted: Thu Sep 18, 2008 3:54 pm Post subject: |
|
|
 Shaman
Joined: 22 Oct 2003 Posts: 742 Location: Austin, Texas, USA
|
Many of the pattern-matching keywords include message header fields. But I don't know how you would prioritize the message consumption except by some fancy scripting that would run the utility in consecutive passes based on the patterns specified. |
|
Back to top |
|
 |
Rahul |
Posted: Fri Oct 17, 2008 11:05 pm Post subject: |
|
|
Newbie
Joined: 18 Sep 2008 Posts: 3
|
Thanks Friend. I got those pattern matching keywords and thats worked fine. |
|
Back to top |
|
 |
|