Skip to content

Commit b35b4db

Browse files
Docs update
1 parent 6e2b991 commit b35b4db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ Now you have to toggle the activation for the retry queue module:
193193

194194
System > Configuration > RUN-AS-ROOT > Message Queue Retry
195195

196-
![img.png](docs/configuration.png)
196+
![img.png](docs/module-configuration.png)
197197

198-
**Important note:** Make sure to configure the retry limit of your queue with the `queue_retry.xml` file and enable the message queue retry configuration.
199-
If you configure the dead letter exchange and not do the steps mentioned, the message will be in a retry loop, that is, execute until the consumer process the message without throwing an exception.
198+
**Important note:** Make sure to configure the retry limit of your queue with the `queue_retry.xml` file and enable the message queue retry configuration.
199+
If you configure the dead letter exchange and do not do the steps mentioned, the message will be in a retry loop. In other words, it will execute until the consumer processes the message without throwing an exception.
200200
This is the default behavior for the RabbitMQ dead letter exchange and will work this way even if this module is not installed.
201201

202202
For more information of how to configure message queues in Magento 2, you can take a look [here](https://developer.adobe.com/commerce/php/development/components/message-queues/configuration/).
File renamed without changes.

0 commit comments

Comments
 (0)