smallrye-reactive-messaging icon indicating copy to clipboard operation
smallrye-reactive-messaging copied to clipboard

`MessageConverter` failures stall processing indefinitely with manual/post-processing acknowledgment

Open kdubb opened this issue 3 years ago • 1 comments
trafficstars

If a MessageConverter.convert(...) method throws an exception, the incoming channel is stalled indefinitely; exceptions are logged but nothing else happens.

This is being experienced specifically with RabbitMQ but it appears this might affect any broker.

kdubb avatar Jun 16 '22 03:06 kdubb

I've edited the issue to reflect that this is happening with manual & post-processing ack strategies.

kdubb avatar Jun 16 '22 03:06 kdubb