MQ - View Messages - Text Limit

When viewing messages in the MQ Explorer, it displays only the first 1000 characters. We cannot see the full message. Is there any free software available that you can use to view the full message?

+4
source share
3 answers

Before you switch to something else, did you try to configure the WMQ explorer settings?

First go to the settings dialog: enter image description here

Then select the Messages panel and adjust the value: enter image description here

The reason WMQ Explorer has these default settings is to prevent visible “freezing” if, for example, there were 3,500 messages of 64k in size. Given these default values, Explorer will load no more than 500 of them and only the first 10 kilobytes of each. Given the default values, Explorer can view the deep queue with large messages and still return at a predictable time.

The same problems persist for any other browser tool, since the bottleneck is the network, not the tool.

However, if you want to see other tools for desktop clients, SupportPac MO71 is quite popular.

+13
source

Maybe you should take a look at MQ Visual Edit . This is a standalone MQ message editing tool, but it is not free.

+1
source

Hermes jms uses jms api - so you won’t get all the wmq features, but many. Its an open source. Latest release of Hermes JMS

I also like mqmon MO71 and rfhutil IH03 , free from IBM, but they are native WMQ and have their pros and cons.

+1
source

Source: https://habr.com/ru/post/1415583/


All Articles