amqp-client
amqp-client copied to clipboard
Message loss through Shutdown Signal Exception
Hi Fabrice,
we found another issue regarding the internal forwarder. If the message frequency is higher than the forwarder can deliver the messages, the actor inbox starts to pile up. If the channel receives a ShutdownSignalException the forwarder is stopped an all the messages in the actor inbox are lost.
Any ideas how we can prevent to loose the messages in such a situation?
Kind regards Niko