1 Reply Latest reply on Dec 23, 2019 11:50 AM by boris59

    wildfly 13 - activemq - redelivery-delay

    trondarild

      Hi

      I am wondering on how to proceed to configure redelivery-delay on active mq on wildfly 13.

      I have tried this: <address-setting match="jms.queue.exampleQueue"> <redelivery-delay>5000</redelivery-delay> </address-setting>

      but when starting standalone i get errors.

      I also tried redelivery-delay="5000" as an attribute in existing address-setting, but it also fails.

      I tried the appropriate queue in the match attribute, not the exampleQueue above.

      Any suggestions?