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

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


    from 485d32f  [AMQ-8405] Upgrade to ASM 9.2
     new c58e531  [AMQ-8413] Add remoteUserName and remotePassword config 
fields to network connector (#725)
     new f2dbc92  [AMQ-8400] Add synchronization handling for Transaction to 
prevent CME (#720)
     new 6a25d65  [AMQ-8397] Add a destination option to 
sendDuplicateFromStoreToDLQ (#724)

The 3 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:
 .../activemq/broker/jmx/DestinationView.java       |  9 ++++
 .../activemq/broker/jmx/DestinationViewMBean.java  | 20 ++++++++
 .../activemq/broker/jmx/NetworkConnectorView.java  | 31 +++++++++---
 .../broker/jmx/NetworkConnectorViewMBean.java      |  8 +++
 .../activemq/broker/region/BaseDestination.java    | 14 +++++-
 .../apache/activemq/broker/region/Destination.java |  4 ++
 .../activemq/broker/region/DestinationFilter.java  | 10 ++++
 .../broker/region/DestinationStatistics.java       | 11 ++++
 .../activemq/broker/region/policy/PolicyEntry.java | 17 ++++++-
 .../network/DemandForwardingBridgeSupport.java     | 10 +++-
 .../network/NetworkBridgeConfiguration.java        | 30 +++++++++++
 .../apache/activemq/transaction/Transaction.java   | 58 +++++++++++++---------
 12 files changed, 188 insertions(+), 34 deletions(-)

Reply via email to