How to see information on each message in a queue

Hi @pruffieux , welcome back to your old thread…!

I’ve written a tool to do exactly this. Download a copy here: https://github.com/SolaceLabs/pretty-dump/releases/latest/download/PrettyDump.zip

README docs are here .

Then, run it with -h to see command-line help. But essentially you’ll do:


$ bin/PrettyDump url vpn user pw b:queueName

Browse all messages -> press [ENTER],
 or enter specific Message ID,
 or range of IDs (e.g. "25909-26183" or "9517-"):

Then you just type in the specific Message ID. Doesn’t work with replicationGroupMessageId . Yet. That’s maybe a good idea.

NOTE: this is a Java tool, so you’ll need a JRE. The next version will also be available as a Docker image.