diff options
Diffstat (limited to 'python/qpid/management.py')
| -rw-r--r-- | python/qpid/management.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/qpid/management.py b/python/qpid/management.py index 81d9dbe030..e6ff5852f2 100644 --- a/python/qpid/management.py +++ b/python/qpid/management.py @@ -522,7 +522,9 @@ class managementClient: if self.ctrlCb != None: self.ctrlCb (ch.context, self.CTRL_SCHEMA_LOADED, None) ch.ssn.exchange_bind (exchange="qpid.management", - queue=ch.topicName, binding_key="mgmt.#") + queue=ch.topicName, binding_key="console.#") + ch.ssn.exchange_bind (exchange="qpid.management", + queue=ch.topicName, binding_key="schema.#") def handleMethodReply (self, ch, codec, sequence): |
