summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2008-10-10 19:24:40 +0000
committerTed Ross <tross@apache.org>2008-10-10 19:24:40 +0000
commit5605be8d83cb6072780525f2183e637135a9004a (patch)
tree4ec6df99a1544025e25be0c14f72612025b1f96b /qpid/python
parent74e4bdcd985592b1bc786151ce16467dfdc7e471 (diff)
downloadqpid-python-5605be8d83cb6072780525f2183e637135a9004a.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@703561 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
-rwxr-xr-xqpid/python/commands/qpid-route2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/commands/qpid-route b/qpid/python/commands/qpid-route
index 4dadcd543b..8077e95278 100755
--- a/qpid/python/commands/qpid-route
+++ b/qpid/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: