Author |
Message
|
NitinGayake |
Posted: Wed Apr 19, 2006 7:32 am Post subject: Exporting messages from Dead Letter Queue |
|
|
Newbie
Joined: 08 Mar 2006 Posts: 3
|
Hello
We are using SYSTEM.DEAD.LETTER.QUEUE
as backout queue.
Now On production server, we have more than 14000 messages on DLQ.
Is there any tool, which will be able to extarct/export those messages from DLQ, or is there any standalone program which will write those messages to XML file.
As the issue is urgent any help will be appreciated
you can mail me the reply to nitin.gayake@gmail.com
once again thanking in advance |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Apr 19, 2006 7:40 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Any tool can extract those messages.
Chapter 12 of the System Administration Guide details the presupplied Dead Letter Handler.
It will not write those messages to an XML File. I don't even know what that means, really.
If you have some custom file format that you want messages from any MQ Queue to be put into, then you need to write code to GET the message and then WRITE the data.
There are many tools that will GET messages and write them to a file in SOME Format.
I suggest you urgently start searching for them. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
NitinGayake |
Posted: Wed Apr 19, 2006 8:40 am Post subject: |
|
|
Newbie
Joined: 08 Mar 2006 Posts: 3
|
thanx jefflowrey for ur prompt reply
I tried to serach the net but besides MQ visual Edit, i didn't find any GUI based tool which will export message.
Btw we receive XML string as input message to queue.
So we want those messages written to a file
and that it can be processed later
If u can provide me some names of tool that will really helpful
and once gain thanx |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Apr 19, 2006 10:37 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What's wrong with MQ Visual Edit? It's a lovely tool, and you can use it for free for 30 days. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
NitinGayake |
Posted: Wed Apr 19, 2006 11:33 pm Post subject: |
|
|
Newbie
Joined: 08 Mar 2006 Posts: 3
|
Thanx jefflowrey
I am able to export the queue contect to a file with Quque load/Unload.
Thanx for MQ Visual Edit. |
|
Back to top |
|
 |
billybong |
Posted: Tue May 16, 2006 1:24 am Post subject: |
|
|
 Disciple
Joined: 22 Jul 2005 Posts: 150 Location: Stockholm, Sweden
|
The new version of MQ Monitor (SupportPac mo71) also has unload/load feature. MQ Mon is free of charge and is one of the best admin tools around. _________________ IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Integration Developer V6.0
IBM Certified System Administrator - WebSphere MQ V6.0
IBM Certified Solution Developer - WebSphere DataPower |
|
Back to top |
|
 |
|