Has anybody been able to use any of the qpid clients with OpenAMQ?
Specifically, is it possible to get the python client to work with OpenAMQ
which now only supports version 0.9 of the spec? I am getting this exact
error with the python qpid client whether I use the 0.9 spec in the qpid
repository or the spec from amqp.org.
Traceback (most recent call last):
File "./simple_test.py", line 21, in <module>
client.start({ 'LOGIN': 'guest', 'PASSWORD': 'guest'})
File "/home/egrubbs/rabbitmq/py/python-qpid/qpid/client.py", line 80, in
start
File "/home/egrubbs/rabbitmq/py/python-qpid/qpid/connection.py", line 80,
in __init__
AttributeError: Connection instance has no attribute 'write_0_9'
Thanks,
Edwin