|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQ - How to put messages into a queue |
« View previous topic :: View next topic » |
Author |
Message
|
rattray |
Posted: Fri Mar 29, 2019 1:27 pm Post subject: MQ - How to put messages into a queue |
|
|
Newbie
Joined: 20 Nov 2018 Posts: 2
|
This should be obvious but its not. My company has remove rfhutil, for security reasons. The MQ Explorer only allows small messages which makes it useless. The tool within the IIB Toolkit doesn't work either.
Is there an easy way to drop a message from a file into a queue? |
|
Back to top |
|
 |
PaulClarke |
Posted: Fri Mar 29, 2019 2:35 pm Post subject: |
|
|
 Grand Master
Joined: 17 Nov 2005 Posts: 1002 Location: New Zealand
|
My MA01 SupportPac Q could do that if you have a copy.
Cheers,
Paul. _________________ Paul Clarke
MQGem Software
www.mqgem.com |
|
Back to top |
|
 |
tczielke |
Posted: Fri Mar 29, 2019 2:46 pm Post subject: |
|
|
Guardian
Joined: 08 Jul 2010 Posts: 941 Location: Illinois, USA
|
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Mar 31, 2019 5:14 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Shouldn't dmpmqmsg be available to do that?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
PaulClarke |
Posted: Sun Mar 31, 2019 8:38 am Post subject: |
|
|
 Grand Master
Joined: 17 Nov 2005 Posts: 1002 Location: New Zealand
|
The problem with DMPMQMSG (which is essentially QLOAD) is that it expects the file to be in QLOAD format. That is fine if the file was created by unloading a queue in the first place but not ideal if you want to create the file from scratch. Here at MQGem Software we have continued to develop QLOAD quite considerably since the DMPMQMSG version and the latest version of QLOAD can indeed accept a user format of file. For example a file such as:
Code: |
<Message 1>
<Message 2>
<Message 3> |
In fact you can have more or less any delimiters you like such as
Code: |
<Message 1;Message 2;Message 3
|
or
Code: |
<msg>Message 1</msg>
<msg>Message 2</msg>
<msg>Message 3</msg>
|
QLOAD will parse the file and remove the delimiters and put each message.
However, although very good value for money, QLOAD is not free which is why I didn't mention it in the first place,
Cheers,
Paul. _________________ Paul Clarke
MQGem Software
www.mqgem.com |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|