smallrye-reactive-messaging
smallrye-reactive-messaging copied to clipboard
`MessageConverter` failures stall processing indefinitely with manual/post-processing acknowledgment
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.
I've edited the issue to reflect that this is happening with manual & post-processing ack strategies.