Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
qpid-java-6.1.6, qpid-java-broker-7.0.3, 0.26, 0.28, 0.32, qpid-java-6.0.8
-
None
Description
When command line option 'mmqv/-management-mode-quiesce-virtualhosts' is set to true and management mode is requested to start the broker, the existing virtual hosts are not started in QUIESCED state. Their state remain ACTIVE.
It seems this issue exists since introduction of virtual host nodes. ManagementModeStoreHandler is looking for the entries of type {{VirtualHost }} but such types are not stored in the broker configuration store anymore.
Either we need to re-purpose this option to quiesce virtual host nodes, or, remove it completely.
Attachments
Issue Links
- is caused by
-
QPID-5087 [Java Broker] Allow the use of separate message stores and configuration stores for the (nonHA) virtualhost
- Closed