summaryrefslogtreecommitdiff
path: root/python/hello-010-world
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-03-05 11:26:52 +0000
committerRafael H. Schloming <rhs@apache.org>2008-03-05 11:26:52 +0000
commit23ba01f8af3971bf49c86d0f7b59e5496e3b97d8 (patch)
treef3c700262d1a02b25018879321a0bfde45ccabf7 /python/hello-010-world
parent384d89713da0263bcd7e16474f7b5ca54cbc44d5 (diff)
downloadqpid-python-23ba01f8af3971bf49c86d0f7b59e5496e3b97d8.tar.gz
added frame-end back as a temporary workaround for C++; added a timeout to the hello-010-world session open
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@633820 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/hello-010-world')
-rwxr-xr-xpython/hello-010-world2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/hello-010-world b/python/hello-010-world
index 91ebc242c6..1b4c9aed33 100755
--- a/python/hello-010-world
+++ b/python/hello-010-world
@@ -13,7 +13,7 @@ spec = load("../specs/amqp.0-10.xml")
conn = Connection(connect("0.0.0.0", spec.port), spec)
conn.start(timeout=10)
-ssn = conn.session("my-session")
+ssn = conn.session("my-session", timeout=10)
ssn.queue_declare("asdf")