Author |
Message
|
padarthprasad9 |
Posted: Thu Sep 17, 2015 3:50 am Post subject: how Process DLQ messages one server to another server LQ'S. |
|
|
Novice
Joined: 18 Jun 2015 Posts: 24
|
Hi All,
How to process the DLQ Messages one server to another sever Local queue.(i have server1 in that QM1. In QM1 i have a DLQ.In DLQ have 15msg's.here my need is i want move those msg's in server2 in QM2 local queue like LQ.)
Before that i need to take the backup DLQ with out using any tools like(rfhutil,mqmon).how to take backup without using any tools.
so help me Export's
[/b]  |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Sep 17, 2015 4:34 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You can't process or backup up any queue without a tool.
If you're at MQ v8, you can use dmpmqmsg. That's built in, so maybe it doesn't count for you as "a tool".
There's nothing special about moving DLQ messages from one qmgr to another. All of the same ways you do that with any other message work. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Sep 17, 2015 4:38 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
mqjeff wrote: |
You can't process or backup up any queue without a tool.
If you're at MQ v8, you can use dmpmqmsg. That's built in, so maybe it doesn't count for you as "a tool".
There's nothing special about moving DLQ messages from one qmgr to another. All of the same ways you do that with any other message work. |
Having the right default route set up and using the DLQ Handler should do it nicely... DLQ handler  _________________ MQ & Broker admin |
|
Back to top |
|
 |
padarthprasad9 |
Posted: Thu Sep 17, 2015 5:02 am Post subject: |
|
|
Novice
Joined: 18 Jun 2015 Posts: 24
|
so.i can use
runmqdlq dlqname qmgrname
reson(*) action(fwd) fwdq(lq)
it will work |
|
Back to top |
|
 |
smdavies99 |
Posted: Thu Sep 17, 2015 5:33 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Why don't you give it a try? You might learn a bit more than from 'some wise guys on the internet' _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
padarthprasad9 |
Posted: Thu Sep 17, 2015 11:10 pm Post subject: |
|
|
Novice
Joined: 18 Jun 2015 Posts: 24
|
|
Back to top |
|
 |
|