sroze / messenger-enqueue-transport

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

Reject message when serializer fails to decode #93

Closed ghost closed 4 years ago

ghost commented 4 years ago

When the Serializer fails to decode a message, the message will be rejected and removed from the queue

Fixes issue #91

ghost commented 4 years ago

Retracted in favor of #94