Skip to content
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

Rabbitmq plugin flushes all data #97

Open
iemem15 opened this issue Apr 1, 2015 · 2 comments
Open

Rabbitmq plugin flushes all data #97

iemem15 opened this issue Apr 1, 2015 · 2 comments

Comments

@iemem15
Copy link

iemem15 commented Apr 1, 2015

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.

@bpaquet
Copy link
Owner

bpaquet commented Apr 4, 2015

There is no queuing or retry in amqplib.

Can you check this question :
http://stackoverflow.com/questions/27778156/amqp-node-wont-detect-a-connection-drop
.

On Wed, Apr 1, 2015 at 7:07 PM, iemem15 [email protected] wrote:

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.

@iemem15
Copy link
Author

iemem15 commented Apr 9, 2015

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants