Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you want to limit the number of times the message broker attempts to deliver the message, you can set the maximumNumberOfMessageDeliveryAttempts entry maximumRedeliveryAttempts entry in the andes-configbroker.xml file:

Code Block
languagehtml/xml
<!--Broker will drop the message after the configured number of delivery attempts for each message.-->
	    <maximumNumberOfMessageDeliveryAttempts>10</maximumNumberOfMessageDeliveryAttempts>

...