×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Try search: AMQSPUT0
Note for searching: References are often to "put[ting] messages" versus
send[ing].
From the reference .pdf, the following snippet of CALL and Apx. ref:
http://publib.boulder.ibm.com/iseries/v5r2/ic2924/books/amqwac01.pdf
_Sending a test message_
To put a test message on your queue use the supplied sample programs.
For example, to put messages to a queue called TEST.QUEUE, defined for
a queue manager called TEST.QMANAGER, enter the command:
CALL PGM(QMQM/AMQSPUT0) PARM(TEST.QUEUE TEST.QMANAGER)
You can now type a message (a simple character string is sufficient)
and press Enter to send the message to the queue. Press Enter again to
return to a command line.
To see the message on the queue, either:
- Browse the queue (see “Browsing queues”), or
- Type on a command line:
CALL PGM(QMQM/AMQSGET4) PARM(TEST.QUEUE TEST.QMANAGER)
See “Appendix A. Sample MQI programs” on page 61 for a list of the
supplied sample programs.
kwd: QMQMSAMP This is the library for sample program sources; see
the reference just above and just below:
http://www.mcpressonline.com/ibm/getting-started-with-mqseries-v5x-on-your-as/400-or-iseries.html
MQSEND tooling reference:
http://www.ibm.com/developerworks/websphere/library/techarticles/0705_salkosuo/0705_salkosuo.html
Regards, Chuck
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.