ARTEMIS-1502 added addressMemorySize and paging info to addresslist #1643
ARTEMIS-1502 added addressMemorySize and paging info to addresslist #1643pgfox wants to merge 1 commit intoapache:masterfrom
Conversation
|
@mtaylor I changed ActiveMQServerControlImpl#listAddresses(java.lang.String, int, int) to use thanks |
…erPage to the address summary in the addresses panel in the web console
d6d55af to
be09f2c
Compare
|
@pgfox There is some overhead in managing MBeans (creating, destroying and cleaning up). The intent with the new console bits was to avoid any reliance on MBeans, so that going forward users could switch off MBean registration for certain object types and still be able to use management, via the ActiveMQServerControl. The overhead doesn't seem that large at first, but once we start getting into the 1000s of addresses or connections it can start becoming significant. Could you move the logic into a helper class or use the AddressInfo object instead? |
|
Thanks @mtaylor. I will close this PR as it is the wrong approach, maybe followup later with another PR. |
Added addressMemorySize, isPaging, numberOfPages, BytesPerPage to the address summary in the addresses panel in the web console. This allows addresses to be filtered by those attributes in the web console