From 24a9ab133d6cc7d765c1bc1c6c9eaf83b2d3cdd2 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Tue, 25 Aug 2009 16:48:03 +0000 Subject: Added management visibility into the alternate exchange and auto-delete attributes of an exchange. Note that auto-delete is not implemented for exchanges. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807712 13f79535-47bb-0310-9956-ffa450edef68 --- python/commands/qpid-config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/commands') 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): -- cgit v1.2.1