Bug 1816375 - Include destination query functionality into the Java Console
Summary: Include destination query functionality into the Java Console
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 3.11.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Alexandre Kieling
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-03-23 21:23 UTC by Alexandre Kieling
Modified: 2020-03-30 18:16 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-30 18:16:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker ENTMQ-2346 0 Major Open Include destination query functionality into the product 2020-03-30 18:15:25 UTC

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.


Note You need to log in before you can comment on or make changes to this bug.