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
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
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