Re: [python]: sketch of high-level API

2009-04-22 Thread Rafael Schloming
Jonathan Robie wrote: I like what I see, I have a bunch of questions. from qpid.api import * # open a connection conn = Connection.open("localhost") conn.start() If I start the connection before creating sessions, does that mean each connection starts as soon as it is created? Assuming y

Re: [python]: sketch of high-level API

2009-04-22 Thread Jonathan Robie
I like what I see, I have a bunch of questions. from qpid.api import * # open a connection conn = Connection.open("localhost") conn.start() If I start the connection before creating sessions, does that mean each connection starts as soon as it is created? # create a session ssn = conn.se

Re: [python]: sketch of high-level API

2009-04-21 Thread Gordon Sim
Rafael Schloming wrote: To play with it: cd qpid/python patch -p0 < api.patch python example.py The html.tgz tarball contains the API-doc as generated by epydoc. This includes a list of areas that still need to be fleshed out, improved, or are just missing. Please have at it and let m