Esteve Fernandez wrote:
On Thursday 30 October 2008 19:54:41 Carl Trieloff wrote:
If that is the case, you might want to look at the QMF work in Qpid.. It
will add greatly
to your story. and yes, everything you need is already in python which I
believe is what you
would need.

Thanks, I already took a look at QMF, but we haven't adopted it yet because it's not Twisted-friendly. However, if I understand it correctly, QMF's purpose is managing the Qpid broker, not communicating with other AMQP clients. The Qpid Python library, py-amqplib and txAMQP would fit that spot, I guess.

Cheers.

You can also manage any client with QMF, and it gives a schema based invoke pattern, management data
+ events for the clients.

This means that any client can put itself onto the bus to be managed, as an agent.

Carl.

Reply via email to