Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MessageStore Tool

We have a number of implementations of the Qpid MessageStore this interface. This tool allows the interrogation of these stores while the broker is offline.

...

Each of the MessageStore implementations provide different back end storage for their messages and so would need a different tool to be able to interrogate their contents at the back end.

What this tool does is to utilise the Java broker code base to access the contents of the storage providing the user with a consistent means to inspect the storage contents in broker memory. The tool allows the current messages in the store to be inspected and copied/moved between queues. The tool uses the message instance in memory for all its access paths, but changes made will be reflected in the physical store (if one exists).

Usage

The tools-distribution currently includes a unix shell command 'msTool.sh' this script will launch the java tool.

...