Step 1: You need to have the Webspeher MQ client jar “com.ibm.mq.allclient.jar” in your project at “${basedir}/lib”. You can refer to it via Maven as a local file based repository.
Step 2: Use the “Websphere MQ API” to send a “MQMessage” to a “MQQueue”.
…