Skip to content

Commit 2c40edd

Browse files
Updates the docs
1 parent fe38be5 commit 2c40edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The default Magento's consumer behavior is to reject the message when an excepti
6464
If you use a standard configuration for the queue (without a dead-letter exchange), the message will be discarded and not processed again.
6565

6666
This behavior will change a bit with this module. It will introduce an extra step that will check if the message has reached your retry limit,
67-
if so, it will be discarded from RabbitMQ and sent to the `run_as_root_message` Mysql table and stay there until manual management through the admin panel.
67+
if so, it will be discarded from RabbitMQ and sent to the `run_as_root_queue_error_message` Mysql table and stay there until manual management through the admin panel.
6868

6969
If the message has not reached the retry limit, it will be rejected, and RabbitMQ will send it to the dead letter exchange. The message will be routed automatically to the "delay" queue and stay there until de TTL time is reached.
7070
After the TTL time is reached, the message will be returned to its original queue.

0 commit comments

Comments
 (0)