Looking to get an IBM MQ message by Message ID using bash
Is there a tool readily available ? can any of the bash samples that come MQ installation serve the purpose? Please let me know.
Looking to get an IBM MQ message by Message ID using bash
Is there a tool readily available ? can any of the bash samples that come MQ installation serve the purpose? Please let me know.
On
There is no MQ API for Bash. You can use C, C++, C#, COBOL, PL/I, Java, Rexx, RPG, Perl and Python. See https://en.wikipedia.org/wiki/IBM_MQ#APIs
If you want to use a scripting language with MQ then I'd suggest using either Python or REXX.
You could issue a CURL command to invoke the REST API in your bash script.
eg.
Substitute