Author |
Message
|
swann |
Posted: Sun Jan 29, 2012 8:13 pm Post subject: RFHUtil saving messages |
|
|
Acolyte
Joined: 21 Jun 2011 Posts: 50
|
Hi Friends,
I have a situation where i would like to save messages from a queue in a sequence. Suppose if i have 10 messages in a q and i would like to save them in two file 1 to 5 in one file and 6 to 10 in other.Using rfutil SAVEQ option i could just load all the 10 queues in one file,So is there any other way to work around this. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Jan 29, 2012 9:05 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
I thought there was a from message or message range field where you specified the range of the messages affected...
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jan 30, 2012 5:30 am Post subject: Re: RFHUtil saving messages |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
swann wrote: |
Using rfutil SAVEQ option i could just load all the 10 queues in one file,So is there any other way to work around this. |
Or use a support pac other than RFHUtil which better fits your needs. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqsiuser |
Posted: Mon Jan 30, 2012 6:07 am Post subject: Re: RFHUtil saving messages |
|
|
 Yatiri
Joined: 15 Apr 2008 Posts: 637 Location: Germany
|
Vitor wrote: |
Or use a support pac other than RFHUtil which better fits your needs. |
Probably the qload command line utilitiy (MO03) can help you. Or MQMON, MQJExplorer (or wmq tool). _________________ Just use REFERENCEs |
|
Back to top |
|
 |
SAFraser |
Posted: Mon Jan 30, 2012 10:28 am Post subject: |
|
|
 Shaman
Joined: 22 Oct 2003 Posts: 742 Location: Austin, Texas, USA
|
Yes, we do this all the time with qload. |
|
Back to top |
|
 |
zpat |
Posted: Mon Jan 30, 2012 11:18 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Qload is good if you intend to restore them to a queue at some point.
If you want the data in a file for other reasons then the Q program (MA01) is much more suitable.
Paul Clarke wrote both of them, they have different purposes. |
|
Back to top |
|
 |
|