Author |
Message
|
sam@prof |
Posted: Thu Nov 01, 2007 1:43 am Post subject: rfhUtil LoadQ |
|
|
Apprentice
Joined: 15 Aug 2006 Posts: 30
|
Hi all,
I am trying to bulk load messages from a file onto a queue using LoadQ in rfhUtil.
I want to be able to manually add the message to the file I am uploading for testing purposes but I can't find any details on how to structure the message details in the file so that MQMD and RFH2 is not placed in the message body.
I have tried to save a message using SaveQ but the results of what is stored in the file looks gibberish to me.
Has anyone tried this before? |
|
Back to top |
|
 |
Bill.Matthews |
Posted: Thu Nov 01, 2007 3:30 am Post subject: Re: rfhUtil LoadQ |
|
|
 Master
Joined: 23 Sep 2003 Posts: 232 Location: IBM (Retired)
|
sam@prof wrote: |
Hi all,
I am trying to bulk load messages from a file onto a queue using LoadQ in rfhUtil.
I want to be able to manually add the message to the file I am uploading for testing purposes but I can't find any details on how to structure the message details in the file so that MQMD and RFH2 is not placed in the message body.
I have tried to save a message using SaveQ but the results of what is stored in the file looks gibberish to me.
Has anyone tried this before? |
The intent of the RFHUtil SaveQ is to save the message and all associated headers ... I would suggest that you take a look at some of the batch utilities that are also included in IH03 - as well as looing at some of the other options that are available in the marketplace ...
There are many fine tools available -- and many of them are from folks that also contribute their expertise to MQSeries.net. _________________ Bill Matthews |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Nov 01, 2007 4:43 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The testing tools in Support Pack MA0T may fit your needs better. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
dkeister |
Posted: Thu Nov 01, 2007 5:37 am Post subject: |
|
|
Disciple
Joined: 25 Mar 2002 Posts: 184 Location: Purchase, New York
|
MQExerciser lets you point to a folder that contains files and build a message for each file and put each message to one or more queues. This can be done all at once, or you can set a time interval so the messages paced by the interval (i.e. one a second, one every five seconds, etc.) See www.mqexerciser.com
(you can also put messages from a file into a folder for later reuse) _________________ Dean Keister |
|
Back to top |
|
 |
dkeister |
Posted: Thu Nov 01, 2007 5:39 am Post subject: |
|
|
Disciple
Joined: 25 Mar 2002 Posts: 184 Location: Purchase, New York
|
The footnote should have read (you can also put messages from a queue into a folder for later reuse) _________________ Dean Keister |
|
Back to top |
|
 |
sam@prof |
Posted: Thu Nov 01, 2007 6:04 am Post subject: |
|
|
Apprentice
Joined: 15 Aug 2006 Posts: 30
|
Thanks everyone for your replies, I am going to have a look into the Supports Packs mentioned.
I have also found the support pack mo03 which looks like it could do the job as well. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Nov 01, 2007 2:39 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
sam@prof wrote: |
Thanks everyone for your replies, I am going to have a look into the Supports Packs mentioned.
I have also found the support pack mo03 which looks like it could do the job as well. |
MS03 does not save messages (AFAIK). It saves the definition of the queues... and creates the setmqaut script for the authorizations...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Nov 01, 2007 6:07 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
fjb_saper wrote: |
and creates the setmqaut script for the authorizations...  |
Only for v6 qmgrs that support authorizations over PCF. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Nov 01, 2007 7:43 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
jefflowrey wrote: |
fjb_saper wrote: |
and creates the setmqaut script for the authorizations...  |
Only for v6 qmgrs that support authorizations over PCF. |
I had in mind to add that about the version ....
But then I remembered
- that for 5.3.1 zOS you would be using CSQUTIL or something like that
- that one of the MF experts (or wayne himself) would surely shoot me down if RACF authorizations can't be extracted on V6 for zOS...
- that 5.3 is out of service on distributed platforms
So I decided to just throw it in without qualifier....  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|