This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
from 6dc225c714 NO-JIRA: use release build now that Temurin 21 is out
new ab6f0a3032 ARTEMIS-4453 Lots of addresses breaks cluster bridge flow
control
new 45f2789531 ARTEMIS-4453 Asynchronous flow control broken when more
than 1000 destinations in the producer
The 2 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:
.../client/impl/AbstractProducerCreditsImpl.java | 19 ++--
.../impl/AsynchronousProducerCreditsImpl.java | 13 ---
.../client/impl/ClientProducerCreditManager.java | 2 +-
.../impl/ClientProducerCreditManagerImpl.java | 81 ++++++++-------
.../core/client/impl/ClientProducerCredits.java | 6 +-
.../client/impl/ClientProducerCreditsImpl.java | 6 --
.../core/client/impl/ClientSessionFactoryImpl.java | 2 +-
.../core/client/impl/ClientSessionImpl.java | 4 +-
.../client/ProducerFlowControlTest.java | 113 +++++++++++++++------
.../distribution/SimpleSymmetricClusterTest.java | 81 +++++++++++++++
10 files changed, 232 insertions(+), 95 deletions(-)