sroze / messenger-enqueue-transport

Uses Enqueue with Symfony's Messenger component.
MIT License
191 stars 55 forks source link

Message is not rejected when serializer throws MessageDecodingFailedException #91

Closed ghost closed 4 years ago

ghost commented 4 years ago

When the serializer cannot read a malformed message and throws a MessageDecodingFailedException the message will not be removed from the queue when using SQS and will be retried once the visibility timer has run out

In case of failed message decoding the message should be rejected and not requeued