|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
ISERIES/AS 400 MQ communication check... |
« View previous topic :: View next topic » |
Author |
Message
|
waugh |
Posted: Thu Feb 19, 2004 5:38 am Post subject: ISERIES/AS 400 MQ communication check... |
|
|
 Master
Joined: 19 Feb 2004 Posts: 225
|
Do we have any programs on AS400/Iseries systems similar to AMQSPUT, AMQSGET in windows to put and get messages?
If we have them, where are they located and how do we use them?
we are using a customized program which is time consuming...
Thanks
--Waugh.. |
|
Back to top |
|
 |
JasonE |
Posted: Thu Feb 19, 2004 6:35 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
Apparently (!) you can do call qmqm\amqsput4 from the command line? (and amqsget4) but I dont know the complete syntax |
|
Back to top |
|
 |
vennela |
Posted: Thu Feb 19, 2004 7:50 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
In the iSeries specific manuals, there is a RPG programming guide and you will find samples in there and how to run them.
Link to Prog guide on iSeries
In chapter 44 you have the samples there.
GET sample is called this way from the prompt
CALL PGM(QMQMSAMP/AMQ3GET4) PARM(’Queue_Name’,’Queue_Manager_Name’)
PUT is called as
CALL PGM(QMQMSAMP/AMQ3PUT4) PARM(’Queue_Name’,’Queue_Manager_Name’)
Alternatively if you use the CL commands to work with queues, you can use panels to browse/put/get messages
issue WRKMQMQ to take you to the Queues panel of the default QMGR or
WRKMQMQ <QMGRNAME> to work with specific QMGR queues. |
|
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
|
|
|
|