You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending data to a Load Balancer or directly to a rabbitmq server, when there's a disconnection all the data is lost, or even when an error happens in rabbitmq.
When the channel disconnects retry to connect, and connects again, but never send data.
Do you know why?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
When sending data to a Load Balancer or directly to a rabbitmq server,
when there's a disconnection all the data is lost, or even when an error
happens in rabbitmq.
When the channel disconnects retry to connect, and connects again, but
never send data.
Do you know why?
Thanks in advance.
—
Reply to this email directly or view it on GitHub #97.
Hi Not necessarly, For Example the tests that we have made are, sending the data, then for example block from the load balancer, there's no timeout, the amqp library reconnect, I see that, but all the data is lost. Ther's no timeout there...
When sending data to a Load Balancer or directly to a rabbitmq server, when there's a disconnection all the data is lost, or even when an error happens in rabbitmq.
When the channel disconnects retry to connect, and connects again, but never send data.
Do you know why?
Thanks in advance.
The text was updated successfully, but these errors were encountered: