sroze / messenger-enqueue-transport

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

Added changelog for 0.5.0 #96

Closed Nyholm closed 4 years ago

Nyholm commented 4 years ago

FYI @rdotter

rdotter commented 4 years ago

@Nyholm thanks for this preparement of this version :-)

Nyholm commented 4 years ago

Have you tested it? Does it work for you?

rdotter commented 4 years ago

@Nyholm I just tested this with the current master. And when I send an example message with incorrect data within the JSON, there will be an [Symfony\Component\Messenger\Exception\MessageDecodingFailedException] exception thrown. The consumer is stopped, when I restart the consumer, the message is already acknowledged and will continue consuming.

Nyholm commented 4 years ago

Cool. Thank you