Re: max-redelivery-delay issue

2024-12-06 Thread Robert Palm
Hi Domenico, thanks, I'll check with team over there. Best, -Robert Zitat von Domenico Francesco Bruscino : Hi Robert, the code related to the redelivery-delay is the same in Apache ActiveMQ Artemis 2.10.1 and 2.37.0 versions. This issue could be caused by WFLY-19072[1], it sets the MaxRed

Re: max-redelivery-delay issue

2024-12-06 Thread Domenico Francesco Bruscino
Hi Robert, the code related to the redelivery-delay is the same in Apache ActiveMQ Artemis 2.10.1 and 2.37.0 versions. This issue could be caused by WFLY-19072[1], it sets the MaxRedeliveryDelay default value on the root of AddressSettings to 0, see https://github.com/wildfly/wildfly/commit/adf1c4

max-redelivery-delay issue

2024-12-05 Thread Robert Palm
Updated from wildfy 19 (artemis version 2.10.1) to 34 (artemis version 2.37.0). The setting in my standalone.xml was: name="jms.queue.TestQueue" redelivery-delay="60" I needed to change it to: redelivery-delay="60" max-redelivery-delay="60" Trace says "Setting redeli