summaryrefslogtreecommitdiff
path: root/python/commands
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-10-30 15:53:30 +0000
committerTed Ross <tross@apache.org>2009-10-30 15:53:30 +0000
commit9d7766a2e7e7a9172647d0a7a27b2306158f1786 (patch)
tree39618f76e7f2a3a085e2a5ffd58497390e633f37 /python/commands
parentab794904145b2e6a79da063f1aec9ae87953ea22 (diff)
downloadqpid-python-9d7766a2e7e7a9172647d0a7a27b2306158f1786.tar.gz
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
Diffstat (limited to 'python/commands')
-rwxr-xr-xpython/commands/qpid-config2
1 files changed, 2 insertions, 0 deletions
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):