sroze / messenger-enqueue-transport

Uses Enqueue with Symfony's Messenger component.
MIT License
190 stars 53 forks source link

Catched the MessageDecodingFailedException during receive messages #94

Closed rdotter closed 4 years ago

rdotter commented 4 years ago

Also fixes https://github.com/sroze/messenger-enqueue-transport/issues/91

After consumer is restarted, the message is rejected, so you can continue with the next message :-).

Tested with SQS and Kafka integration with Enqueue.

@weaverryan

rdotter commented 4 years ago

@weaverryan @makasim @xavismeh @shulard @Nyholm Can one of you check this and merge this in the upcomming release? :-) Thanks!

shulard commented 4 years ago

LGTM !

Thank you for that PR (I haven't the merge permision but I still approve this change ^^).

rdotter commented 4 years ago

@Nyholm can you recheck the changes (I force pushed it with the new changes).

rdotter commented 4 years ago

@Nyholm can you recheck and add this to another new version, we need this fix in multiple projects :-)

Thanks!!