diff options
author | Ted Ross <tross@apache.org> | 2008-10-10 19:24:40 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2008-10-10 19:24:40 +0000 |
commit | 792e46cad9a978c0d297c245772e57c0759cec31 (patch) | |
tree | bb227f31c63eac3e9e27c951917c129c4e1b682f /python/commands | |
parent | f1935bda5aa75a139330a4b1e976c99536c6c04f (diff) | |
download | qpid-python-792e46cad9a978c0d297c245772e57c0759cec31.tar.gz |
QPID-1349 - Push routing for federation (includes hook for dynamic routing)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703561 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/commands')
-rwxr-xr-x | python/commands/qpid-route | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/commands/qpid-route b/python/commands/qpid-route index 4dadcd543b..8077e95278 100755 --- a/python/commands/qpid-route +++ b/python/commands/qpid-route @@ -150,7 +150,7 @@ class RouteManager: if _verbose: print "Creating inter-broker binding..." - res = link.bridge(_durable, exchange, exchange, routingKey, tag, excludes, 0, 0) + res = link.bridge(_durable, exchange, exchange, routingKey, tag, excludes, False, False, False) if res.status == 4: raise Exception("Can't create a durable route on a non-durable link") if _verbose: |