This is an automated email from the ASF dual-hosted git repository.

cshannon pushed a change to branch activemq-5.15.x
in repository https://gitbox.apache.org/repos/asf/activemq.git.


    from bdf2afc  AMQ-7247 - Update maven plugin API + Pax URL versions
     new 509c781  AMQ-3405 - rework fix to use original destination strategy 
which may be different from the default shared strategy. new test
     new 70b2a43  AMQ-7094 - track the objectName with an annotated mbean such 
that the jmx audit log event can extract that target of an mbean operation, fix 
and test
     new 9efb1fe  AMQ-7102 - don't track objectNames that have not been 
registered due to suppressMBean filter, fix and test
     new e652e18  AMQ-7102 - Improve ManagedRegionBroker performance by 
replacing registeredMBeans CopyOnWriteSet with a Concurrent hashmap backed set

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/activemq/broker/jmx/AnnotatedMBean.java |  26 ++-
 .../activemq/broker/jmx/AsyncAnnotatedMBean.java   |  18 +-
 .../activemq/broker/jmx/ManagedRegionBroker.java   |  36 ++--
 .../org/apache/activemq/broker/region/Queue.java   |   9 +-
 .../activemq/broker/util/JMXAuditLogEntry.java     |  13 +-
 .../broker/jmx/SelectiveMBeanRegistrationTest.java |  22 +++
 .../java/org/apache/activemq/jmx/DLQRetryTest.java | 203 +++++++++++++++++++++
 .../org/apache/activemq/jmx/JmxAuditLogTest.java   |  75 ++++++++
 .../org/apache/activemq/jmx/JmxCreateNCTest.java   |   3 +
 9 files changed, 377 insertions(+), 28 deletions(-)
 create mode 100644 
activemq-unit-tests/src/test/java/org/apache/activemq/jmx/DLQRetryTest.java

Reply via email to