Ce contenu n'est pas disponible dans la langue sélectionnée.

Chapter 17. Configuring Delayed Redelivery


Delayed redelivery to an address is defined by the redelivery-delay attribute of an address-setting configuration element. If a redelivery delay is specified, JBoss EAP waits for the duration of this delay before redelivering messages. If redelivery-delay is set to 0, there is no redelivery delay. To get the current value of redelivery-delay for a given address-setting, use the following management CLI command as an example.

/subsystem=messaging-activemq/server=default/address-setting=YOUR_ADDRESS_SETTING:read-attribute(name=redelivery-delay)
Copy to Clipboard Toggle word wrap

The table below lists the configuration attributes of an address-setting that can be used to configure the redelivery of messages. Set the value for a given attribute using the following management CLI command as an example.

/subsystem=messaging-activemq/server=default/address-setting=YOUR_ADDRESS_SETTING:write-attribute(name=ATTRIBUTE,value=NEW_VALUE)
Copy to Clipboard Toggle word wrap
Expand
Table 17.1. Delivery Related Attributes of Address Settings
AttributeDescription

max-delivery-attempts

Defines how many time a canceled message can be redelivered before sending to the dead-letter-address. The default is 10.

max-redelivery-delay

Maximum value for the redelivery-delay in milliseconds. You can set the max-redelivery-delay parameter to prevent the delay from becoming too large. The default is redelivery-delay * 10.

redelivery-delay

Defines how long to wait in milliseconds before attempting redelivery of a canceled message. The default is 0.

redelivery-multiplier

Multiplier to apply to the redelivery-delay parameter. Each time a message is redelivered, the delay period becomes equal to the previous redelivery-delay * redelivery-multiplier. The default is 1.0.

See Address Settings for details on configuring an address-setting.

Retour au début
Red Hat logoGithubredditYoutubeTwitter

Apprendre

Essayez, achetez et vendez

Communautés

À propos de la documentation Red Hat

Nous aidons les utilisateurs de Red Hat à innover et à atteindre leurs objectifs grâce à nos produits et services avec un contenu auquel ils peuvent faire confiance. Découvrez nos récentes mises à jour.

Rendre l’open source plus inclusif

Red Hat s'engage à remplacer le langage problématique dans notre code, notre documentation et nos propriétés Web. Pour plus de détails, consultez le Blog Red Hat.

À propos de Red Hat

Nous proposons des solutions renforcées qui facilitent le travail des entreprises sur plusieurs plates-formes et environnements, du centre de données central à la périphérie du réseau.

Theme

© 2025 Red Hat