mARK bLOORE wrote:
Can I use Qpid to discover what queues are attached to an exchange,
what their characteristics are, and to remove unwanted ones? Ideally
I would do this interactively in iPython.
If you are using qpidd, the c++ broker, then you can use the 'qpid
management framework' (QMF) to do this. See:
http://qpid.apache.org/qpid-management-framework.html
http://qpid.apache.org/qmf-python-console-tutorial.html
You may also be interested in trying out qpid-tool, which is a command
line utility that uses QMF to provide interactive querying of the sorts
of information you describe.
There is also QMan, which also utilises QMF, and allows you to query and
manage the broker via any JMX based console.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]