From 9d7766a2e7e7a9172647d0a7a27b2306158f1786 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Fri, 30 Oct 2009 15:53:30 +0000 Subject: QPID-2181 - Alternate exchange on queue is not visible in management tools git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@831351 13f79535-47bb-0310-9956-ffa450edef68 --- python/commands/qpid-config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python') diff --git a/python/commands/qpid-config b/python/commands/qpid-config index 4cf9505c58..39af67f39c 100755 --- a/python/commands/qpid-config +++ b/python/commands/qpid-config @@ -246,6 +246,8 @@ class BrokerManager: if LVQ in args and args[LVQ] == 1: print "--order lvq", if LVQNB in args and args[LVQNB] == 1: print "--order lvq-no-browse", if QUEUE_EVENT_GENERATION in args: print "--generate-queue-events=%d" % args[QUEUE_EVENT_GENERATION], + if q.altExchange: + print "--alternate-exchange=%s" % q._altExchange_.name, print def QueueListRecurse (self, filter): -- cgit v1.2.1