Updated from wildfy 19 (artemis version 2.10.1) to 34 (artemis version 2.37.0).
The setting in mystandalone.xml was:
<address-setting name="jms.queue.TestQueue" redelivery-delay="600000" ....>
I needed to change it to:
<address-setting name="jms.queue.TestQueue" redelivery-delay="600000" max-redelivery-delay="600000"....
I think if the parametermax-redelivery-delay is not there it should fall back toredelivery-delay (in my case 600000) as an initialization parameter and not to 0.
Someone from the artemis mailing list referred to this:
Hi Robert,the code related to the redelivery-delay is the same in Apache ActiveMQArtemis 2.10.1 and 2.37.0 versions. This issue could be causedby WFLY-19072[1], it sets the MaxRedeliveryDelay default value on the rootof AddressSettings to 0, seehttps://github.com/wildfly/wildfly/commit/adf1c4eb41e1ebd69119fea9305ebfeba13ecf1a#diff-c841daa7f5b238a2987f4993f03c20610b65ac7dfb4b4382eea83663af40a079R79[1] https://issues.redhat.com/browse/WFLY-19072Regards,Domenico
Michal Petrov
Robert Palm
- Votes:
- 0Vote for this issue
- Watchers:
- 2Start watching this issue
- Created:
- Updated: