Carl Trieloff wrote:
Something worth adding would be qpid-msg tool, which could
browse messages on a queue, dequeue a message to a file, move
messages from queue to queue and enqueue a message from a file.

That would be handy for testing, and debugging.

There are a couple of test programs in cpp/src/tests that are not a million miles away:

sender:   sends messages whose content is taken from standard
          in; you can specify the exchange and routing key to
          use; optionally an EOS message can be sent

receiver: consumes messages and writes the content to standard
          out; you can specify the queue to pull from and acking
          frequency; you can either specify a number of messages
          or keep pulling until you receive an EOS

They are currently very much just testing and debugging utilities and not as fancy as the tool you are describing, but thought they were worth mentioning anyway.

Reply via email to