[
https://issues.apache.org/jira/browse/ARTEMIS-5645?focusedWorklogId=981644&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-981644
]
ASF GitHub Bot logged work on ARTEMIS-5645:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 03/Sep/25 15:05
Start Date: 03/Sep/25 15:05
Worklog Time Spent: 10m
Work Description: tabish121 opened a new pull request, #5904:
URL: https://github.com/apache/activemq-artemis/pull/5904
When an address policy limits the incoming messages and starts to reject
them the AMQP link should drain remote credit to limit the remote from sending
new messages until the address has space again in which case new credit will be
granted.
Issue Time Tracking
-------------------
Worklog Id: (was: 981644)
Remaining Estimate: 0h
Time Spent: 10m
> AMQP senders should have their credit drained after a send fails when address
> space constraints are exceeded
> ------------------------------------------------------------------------------------------------------------
>
> Key: ARTEMIS-5645
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5645
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: AMQP
> Reporter: Timothy A. Bish
> Priority: Minor
> Labels: pull-request-available
> Fix For: 2.43.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When the address policy is set to FAIL or there is a reject after a certain
> limit set for the BLOCK policy the broker should drain link credit from the
> remote sender. This can prevent the case where the broker is configured to
> send Modified(delivery failed) instead of Rejected dispositions and the
> client turns around and immediately re-sends the message repeatedly which
> could end up dropping the message due to exceeding the max delivery attempts
> limit.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact