Re: Redelivery policy parameters on artemis 2.10.1

2021-01-06 Thread Justin Bertram
> Obviously the delivery failed after the server lost the connection to the consumer... Based on the logs you provided I don't see any direct link between the connection timeout and the redelivery failure. In fact, when I read your initial message I wondered why you included that log entry since i

Re: Redelivery policy parameters on artemis 2.10.1

2021-01-06 Thread slx
Thank you for your response. There is still a few things that are not clear for me. Obviously the delivery failed after the server lost the connection to the consumer, so i don't understand how, if the redelivery count was updated by an opaque client side delivery, the server got an up to date co

Re: Redelivery policy parameters on artemis 2.10.1

2021-01-06 Thread Justin Bertram
As far as I can tell you're seeing the overlap between how ActiveMQ Artemis handles redelivery and how the OpenWire JMS client (written for ActiveMQ 5.x) handles redelivery. To simplify, ActiveMQ Artemis handles redelivery on the broker (configured via address-settings), but the OpenWire JMS client

Redelivery policy parameters on artemis 2.10.1

2021-01-06 Thread slx
Hello, I have an unexpected behavior on redelivery with artemis. The documentation states that redelivery is attempted 10 times by default and that -1 means infinite (https://activemq.apache.org/components/artemis/documentation/2.10.1/undelivered-messages.html) (I checked the documentation matc