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

event_rabbitmq: event lost on rabbitmq server restart #535

Closed
ovidiusas opened this issue Jun 1, 2015 · 0 comments
Closed

event_rabbitmq: event lost on rabbitmq server restart #535

ovidiusas opened this issue Jun 1, 2015 · 0 comments

Comments

@ovidiusas
Copy link
Member

If the rabbitmq server is restarted, the librabbitmq library will report an AMQP_STATUS_SOCKET_ERROR. The connection will be destroyed and the event lost.
On next received event, opensips will attempt to re-connect and deliver the event.

On this particular error, we should perform a reconnect here and re-send the event (tested ok).
Maybe there are also other errors that require a similar handling.

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

1 participant