[jira] [Updated] (ARTEMIS-2494) Artemis responds with disposition Rejected if queue is full

2020-01-08 Thread Robbie Gemmell (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robbie Gemmell updated ARTEMIS-2494:

Fix Version/s: 2.11.0

> Artemis responds with disposition Rejected if queue is full
> ---
>
> Key: ARTEMIS-2494
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2494
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: AMQP
>Affects Versions: 2.10.0
>Reporter: Ulf Lilleengen
>Priority: Major
> Fix For: 2.11.0
>
>  Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> When a queue is full, Artemis will respond with disposition=Rejected. In 
> certain situations, it is desirable to receive a Modified in this case, so 
> that a client may re-queue the message for re-delivery (this is what Artemis 
> does if consumers respond with released or modified for instance).
>  
> The current behavior is determined by 
> ProtonServerReceiverContext#actualDelivery . It would be great if this method 
> could respond with Modified instead in the event of the exception being an 
> ActiveMQAddressFullException.
>  
> This behavior should probably be exposed as a configuration option to avoid 
> breaking existing behavior.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ARTEMIS-2494) Artemis responds with disposition Rejected if queue is full

2019-09-20 Thread Ulf Lilleengen (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ulf Lilleengen updated ARTEMIS-2494:

Summary: Artemis responds with disposition Rejected if queue is full  (was: 
Artemis should allow redelivery on address full for AMQP)

> Artemis responds with disposition Rejected if queue is full
> ---
>
> Key: ARTEMIS-2494
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2494
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: AMQP
>Affects Versions: 2.10.0
>Reporter: Ulf Lilleengen
>Priority: Major
>
> When a queue is full, Artemis will respond with disposition=Rejected. In 
> certain situations, it is desirable to receive a Modified in this case, so 
> that a client may re-queue the message for re-delivery (this is what Artemis 
> does if consumers respond with released or modified for instance).
>  
> The current behavior is determined by 
> ProtonServerReceiverContext#actualDelivery . It would be great if this method 
> could respond with Modified instead in the event of the exception being an 
> ActiveMQAddressFullException.
>  
> This behavior should probably be exposed as a configuration option to avoid 
> breaking existing behavior.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)