Re: how to connect to na AMQP 0.8 server?

2009-06-24 Thread mARK bLOORE
Thank you, Carl, Aidan, and Gordon. Using the proper spec and the sample code Gordon posted has gotten me up and running. My needs are quite simple, so I probably won't have to go into things deeply enough to understand just why it works, though I may find an excuse to do so anyway. -- mARK bLO

Re: how to connect to na AMQP 0.8 server?

2009-06-24 Thread Aidan Skinner
On Wed, Jun 24, 2009 at 10:19 AM, Gordon Sim wrote: > Aidan Skinner wrote: > >> On Wed, Jun 24, 2009 at 2:37 AM, Carl Trieloff > >wrote: >> >> Here is the matrix of what versions AMQP versions Qpid supports >>> >>> http://qpid.apache.org/download.html >>> >>> for python, you need to load the spe

Re: how to connect to na AMQP 0.8 server?

2009-06-24 Thread Gordon Sim
Aidan Skinner wrote: On Wed, Jun 24, 2009 at 2:37 AM, Carl Trieloff wrote: Here is the matrix of what versions AMQP versions Qpid supports http://qpid.apache.org/download.html for python, you need to load the spec file for the version broker you want to talk to. The python client can talk all

Re: how to connect to na AMQP 0.8 server?

2009-06-24 Thread Gordon Sim
mARK bLOORE wrote: i am trying to connect to a RabbitMQ (AMQP 0.8) server, with username and password. taking code from the 'hello-world' example, i do sock = connect(broker, port) conn = Connection(sock, qpid.spec.load("qpid-0.5/specs/amqp.0-8.xml"), username=user, password=password) and get

Re: how to connect to na AMQP 0.8 server?

2009-06-24 Thread Aidan Skinner
On Wed, Jun 24, 2009 at 2:37 AM, Carl Trieloff wrote: > > Here is the matrix of what versions AMQP versions Qpid supports > > http://qpid.apache.org/download.html > > for python, you need to load the spec file for the version broker you want > to talk to. The python > client can talk all versions