php bin/console messenger:failed:show
Show one or more messages from the failure transport
Usage
messenger:failed:show [--max MAX] [--transport [TRANSPORT]] [--stats] [--class-filter CLASS-FILTER] [--] [<id>]
Arguments
id Specific message id to show
Options
--max Maximum number of messages to list
--transport Use a specific failure transport
--stats Display the message count by class
--class-filter Filter by a specific class name
Help
The messenger:failed:show shows message that are pending in the failure transport.
php bin/console messenger:failed:show
Or look at a specific message by its id:
php bin/console messenger:failed:show {id}