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 5722206e92 This closes #4506
add ef3a91bdfb ARTEMIS-4313 Retry Bridge when destination full and
configured to FAIL
No new revisions were added by this update.
Summary of changes:
.../core/server/cluster/impl/BridgeImpl.java | 11 +-
.../bridge/BridgeRetryFullFailureTest.java | 130 +++++++++++++++++++++
2 files changed, 138 insertions(+), 3 deletions(-)
create mode 100644
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/bridge/BridgeRetryFullFailureTest.java