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 | e4ecd45446308940c5cccd650386ed9526c1866a (patch) | |
| tree | a145aec350e4769fac79e832ca6852b3abfbbdc9 /python/examples/api/spout | |
| parent | 2e29faa768283390452b7d432db28d43cd4a27aa (diff) | |
| download | qpid-python-e4ecd45446308940c5cccd650386ed9526c1866a.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, |
