This is an automated email from the ASF dual-hosted git repository.
mattrpav pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
from a2bf5b8ad Merge pull request #1141 from
cshannon/javax-jakarta-exception-conversion
add 50baf95bf [AMQ-9344] Add configurable limit to uncommitted transaction
new 43f139969 Merge branch 'mattrpav-AMQ-9344'
The 1 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:
.../org/apache/activemq/broker/BrokerService.java | 14 +-
.../apache/activemq/broker/TransactionBroker.java | 29 +++
.../activemq/broker/TransportConnection.java | 2 +
.../org/apache/activemq/broker/jmx/BrokerView.java | 15 ++
.../activemq/broker/jmx/BrokerViewMBean.java | 8 +
.../activemq/broker/jmx/DestinationView.java | 5 +
.../activemq/broker/jmx/DestinationViewMBean.java | 2 +
.../broker/region/DestinationStatistics.java | 12 +-
.../usecases/MaxUncommittedCountExceededTest.java | 202 +++++++++++++++++++++
9 files changed, 287 insertions(+), 2 deletions(-)
create mode 100644
activemq-unit-tests/src/test/java/org/apache/activemq/usecases/MaxUncommittedCountExceededTest.java