Bug 1816375

Summary: Include destination query functionality into the Java Console
Product: OpenShift Container Platform Reporter: Alexandre Kieling <abrianik>
Component: Management ConsoleAssignee: Alexandre Kieling <abrianik>
Status: CLOSED NOTABUG QA Contact: Yadan Pei <yapei>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.11.0CC: aos-bugs, bpeterse, jokerman
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-30 18:16:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alexandre Kieling 2020-03-23 21:23:51 UTC
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

Comment 1 bpeterse 2020-03-30 18:16:57 UTC
The 3.11 console is in bug fix only mode at this point.  This feature request is not likely something we will address.