Exception (504) Reason: channel/connection is not open

1,468 views
Skip to first unread message

Ngọc Nguyễn Đình

unread,
Jul 5, 2022, 5:48:24 AM7/5/22
to rabbitmq-users
hi all, some time i get this Error when publishing msg to rabbitmq by https://github.com/streadway/amqp for go application. 
Checking from rabbitmq managerment, I see a large number of new closed and reopened channels during the time I got the error.
I have tried to check the health of two servers running rabbitmq and my application, all of them are in normal condition (cpu, ram,..)
Can you suggest some reasons for this?

Ngọc Nguyễn Đình

unread,
Jul 5, 2022, 6:00:00 AM7/5/22
to rabbitmq-users
I have also checked the causes below but they are not happening:
  • Redeclaring an existing queue or exchange with non-matching properties will fail with a 406 PRECONDITION_FAILED error
  • Accessing a resource the user is not allowed to access will fail with a 403 ACCESS_REFUSED error
  • Binding a non-existing queue or a non-existing exchange will fail with a 404 NOT_FOUND error
  • Consuming from a queue that does not exist will fail with a 404 NOT_FOUND error
  • Publishing to an exchange that does not exist will fail with a 404 NOT_FOUND error
  • Accessing an exclusive queue from a connection other than its declaring one will fail with a 405 RESOURCE_LOCKED

Gabriele Santomaggio

unread,
Jul 5, 2022, 10:30:58 AM7/5/22
to rabbitmq-users
This client  https://github.com/streadway/amqp  is not maintained anymore. 

-
Gabriele

Reply all
Reply to author
Forward
0 new messages