-
Notifications
You must be signed in t 10000 o change notification settings - Fork 37
IllegalOperationError: Channel closed #49
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
Comments
Having the same issue. We haven't found a solution yet. If we do, we will share it here. It seems that 5 services (where it was creating 5 connections before), it now creates above 100's of connections. Had any luck solving this yourself? |
I found some problem with the reconnection strategy that this library uses. i.e. |
I'm also facing the same issue. Error publishing to queue app-icon-tracking-queue: IllegalOperationError: Channel closed |
I don't exactly know how but very often i see the tcp connection to the rabbitmq server keeps incresing gradually. The increasing connection is quite problematic as it floods the rabbitmq server where the live connection gets blocked. When the connection increases i can see the following logs porduced by amqp-ts in client application:
i.e. there seems to appear
IllegalOperationError: Channel closed
along withQueueDeclare; 405 (RESOURCE-LOCKED)
unhandled rejection errors. In addition to that there is no exact steps to recreate the issue as of now, but this issue is arising quite often.The text was updated successfully, but these errors were encountered: