Dawid Pytel
Dawid Pytel

Reputation: 2810

Put a multi-line test message to MQ queue using MQ Explorer

I would like to test some MQ-related functionality and I wanted to use MQ Explorer (v 7.5.0.2) to put a message to MQ queue. However, the input field accepts only one line messages

MQ Explorer screenshot

Is it possible to put multi-line messages using MQ Explorer? Using sequences like \n or 
 does not work.

Upvotes: 6

Views: 2574

Answers (1)

KrzysztofS
KrzysztofS

Reputation: 86

It is sad, but currently IBM MQ Explorer does not allow to send multiline message.

My workaround to this is to use JMSToolBox: https://github.com/jmstoolbox/jmstoolbox

General description how to set it up with IBM MQ is here: https://github.com/jmstoolbox/jmstoolbox/wiki/2.1-Setup-for-IBM-MQ

In my case two extra jars were needed: com.ibm.mq.allclient-9.2.4.0.jar json-20210307.jar

Upvotes: 1

Related Questions