We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d8832 commit 3d2e176Copy full SHA for 3d2e176
messenger.rst
@@ -712,8 +712,8 @@ to retry them:
712
# retry specific messages
713
$ php bin/console messenger:failed:retry 20 30 --force
714
715
- # remove a message without retrying it
716
- $ php bin/console messenger:failed:remove 20
+ # remove messages without retrying them and show each message before removing it
+ $ php bin/console messenger:failed:remove 20 30 --show-messages
717
718
If the message fails again, it will be re-sent back to the failure transport
719
due to the normal :ref:`retry rules <messenger-retries-failures>`. Once the max
0 commit comments