RE: qpid-route tool

2012-06-06 Thread Nitin Shah
This is the message I had sent out 2 days ago. Can someone guide me . I am running the 0-16 C_++ broker and issuing this command gives this error. Can someone point me to what is going on. qpid-route link list Failed: TypeError - addBroker() got an unexpected keyword argument

Re: qpid-route tool

2012-06-06 Thread Andy Goldstein
Hi Nitin, Do you happen to have the python-qpid-qmf RPM installed by any chance, version 0.14-*, or the python QMF library from 0.14? The issue you're running into is because the qmf.console package (which contains the addBroker method) was updated for 0.16 to allow you to specify **kwargs,