Reputation: 7044
Currently evaluating IBM MQ version 8, and trying to put message using console. I understand that in version 7.5 there is this command called amqsput & amqsget, however I can't found this command in version 8. Is there any equivalent command in version 8? Or do I need to use the MQExplorer for this?
Upvotes: 1
Views: 1826
Reputation: 159
There are many sample programs provided by IBM for this purpose. To obtain them for Linux, install the MQSeriesSamples RPM as described in Installing IBM MQ server on Linux.
After installation, the amqsput
command will be available in /opt/mqm/samp/bin
if the default install location is used.
Upvotes: 1
Reputation: 2977
If you are dealing with JMS messages (and not "plain" MQ messages), you can use a tool like JMSToolBox on sourceforge to post/browse/get etc messages
Upvotes: 1
Reputation: 3314
https://github.com/ibm-messaging/mq-q-qload
Here are forks of useful MQ utilities Q and QLOAD (MA01 and MO03), they are unfortunately no longer supported by IBM. The project is ready to build for most platforms.
Upvotes: 1