-
Story
-
Resolution: Won't Do
-
Major
-
None
-
None
-
None
When a broker contains large number of destinations (thousands), HawtIO console becomes unresponsive and unusable.
New functionality has been developed which enables folks to disable standard MBeans for most of the objects and use alternative pages and API to query destinations on the broker.
API implementation on the broker is covered with https://issues.apache.org/jira/browse/AMQ-6435
HawtIO changes are covered with https://github.com/hawtio/hawtio/issues/2200 and this additional commit https://github.com/hawtio/hawtio/commit/1d8be8f0b74a5d8ef9c8ecc031769742821090ed
This enhancement has been done for AMQ 6.3
https://issues.jboss.org/browse/ENTMQ-1987
We need to introduce this feature in AMQ java console deployed in openshift,
Note for testing:
1. Create a broker with large number of destinations
2. Turn off all but basic MBeans
~~~
<managementContext>
<managementContext suppressMBean="endpoint=dynamicProducer,endpoint=Consumer,connectionName=*,destinationType=Queue,destinationType=Topic"/>
</managementContext>
~~~
3. Try to use new Queues and Topics pages accessibly from the Broker sub-tab