• Hide

    C.f. settings in description.

    Show
    C.f. settings in description.
  • Hide

    Addmax-redelivery-delay property toaddress-setting

    Show
    Add max-redelivery-delay property to address-setting
  • ---
  • ---

    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

    Source

    Documentation

      impacts account

      Bug - A problem that impairs or prevents the functions of the product.WFLY-19072Fixing AddressSettings default values

      • Major - To be worked after higher priority work items are addressed. When the severity is high and the effort to change it is low to moderate, this term is chosen. Issues in this category likely have an existing workaround but implementation or execution may be non-trivial.
      • Closed