-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
amqp reconnect on sending failure #429
Conversation
@dgafka I will test it again and add new logs |
@dgafka Lost messages unfortunately remain after the update. Message 1 (success publishing)
Message 2 (lost) - after heartbeat missing
Message 3 (success publishing)
|
RabbitMQ does what Amqproxy and most likely AmazonMQ do not: Closing all channels from connection because it has been closed |
In this scenario no exception has been thrown at all. We need a way to check if connection |
Yes, I’m just now starting a deep study of the problem and will write test scripts with direct work with php amqp extension. |
Why is this change proposed?
In relation to #428. To allow Amqp to recover, before retrying.
Description of Changes
Pull Request Contribution Terms