diff options
Diffstat (limited to 'python/commands')
| -rwxr-xr-x | python/commands/qpid-config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/commands/qpid-config b/python/commands/qpid-config index c4ea5c5f2d..a10753f011 100755 --- a/python/commands/qpid-config +++ b/python/commands/qpid-config @@ -190,6 +190,8 @@ class BrokerManager: if ex.durable: print "--durable", if MSG_SEQUENCE in args and args[MSG_SEQUENCE] == 1: print "--sequence", if IVE in args and args[IVE] == 1: print "--ive", + if ex.altExchange: + print "--alternate-exchange=%s" % ex._altExchange_.name, print def ExchangeListRecurse (self, filter): |
