diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2010-03-31 21:17:09 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2010-03-31 21:17:09 +0000 |
| commit | 49b78a9e91f79880df4fee2854faf0bd1bc00d40 (patch) | |
| tree | a145aec350e4769fac79e832ca6852b3abfbbdc9 /python/examples/api/spout | |
| parent | 1ad025f0173d0f82e981c981e1bc2d43f41cbfc6 (diff) | |
| download | qpid-python-49b78a9e91f79880df4fee2854faf0bd1bc00d40.tar.gz | |
added SSL support to API
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@929717 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/examples/api/spout')
| -rwxr-xr-x | python/examples/api/spout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/api/spout b/python/examples/api/spout index 9606c3501f..0d37ede512 100755 --- a/python/examples/api/spout +++ b/python/examples/api/spout @@ -93,7 +93,7 @@ else: content = text # XXX: should make URL default the port for us -conn = Connection(url.host, url.port or AMQP_PORT, +conn = Connection(url.host, url.port, username=url.user, password=url.password, reconnect=opts.reconnect, |
