php bin/console messenger:failed:show

Show one or more messages from the failure transport

Usage

messenger:failed:show [--max MAX] [--transport [TRANSPORT]] [--] [<id>]

Arguments

id   Specific message id to show 

Options

      --max         Maximum number of messages to list 
      --transport   Use a specific failure transport 

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}