From 5605be8d83cb6072780525f2183e637135a9004a Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Fri, 10 Oct 2008 19:24:40 +0000 Subject: 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 --- qpid/python/commands/qpid-route | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/python') 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: -- cgit v1.2.1