diff options
| author | Ted Ross <tross@apache.org> | 2009-10-30 15:53:30 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-10-30 15:53:30 +0000 |
| commit | dba658005f31dc4f8bcabc88bed0284cb3a13150 (patch) | |
| tree | ee4403c42640b007a276b5c703dccb14d67ca1a3 /qpid/python/commands | |
| parent | 188a021d9c4313cb4f2f59d8a00175f7d472ff15 (diff) | |
| download | qpid-python-dba658005f31dc4f8bcabc88bed0284cb3a13150.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@831351 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/commands')
| -rwxr-xr-x | qpid/python/commands/qpid-config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/python/commands/qpid-config b/qpid/python/commands/qpid-config index 4cf9505c58..39af67f39c 100755 --- a/qpid/python/commands/qpid-config +++ b/qpid/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): |
