ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » MQ - How to put messages into a queue

Post new topic  Reply to topic
 MQ - How to put messages into a queue « View previous topic :: View next topic » 
Author Message
rattray
PostPosted: Fri Mar 29, 2019 1:27 pm    Post subject: MQ - How to put messages into a queue Reply with quote

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
View user's profile Send private message
PaulClarke
PostPosted: Fri Mar 29, 2019 2:35 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
tczielke
PostPosted: Fri Mar 29, 2019 2:46 pm    Post subject: Reply with quote

Guardian

Joined: 08 Jul 2010
Posts: 939
Location: Illinois, USA

There is an MQFile2Msg java tool that can do that in the MH06 supportpac -> http://www-01.ibm.com/support/docview.wss?uid=swg24036430
_________________
Working with MQ since 2010.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Sun Mar 31, 2019 5:14 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
Location: LI,NY

Shouldn't dmpmqmsg be available to do that?
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
PaulClarke
PostPosted: Sun Mar 31, 2019 8:38 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » MQ - How to put messages into a queue
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.