From 792e46cad9a978c0d297c245772e57c0759cec31 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/qpid@703561 13f79535-47bb-0310-9956-ffa450edef68 --- python/commands/qpid-route | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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: -- cgit v1.2.1