Skip to content

RabbitMQ.Client.Exceptions.AlreadyClosedException #1561

Closed Answered by michaelklishin
nikriaz asked this question in Q&A
Discussion options

You must be logged in to vote

We do not guess in this community. Either provide more complete logs and relevant snippets of your code, or direct your question to a fortune teller.

"Timeout waiting for acks" suggests you may be using a "wait for confirms or die" kind of API functions , a.k.a. "publish-and-wait", which is inefficient and often unnecessary.

2024-05-09 13:52:15.244000+03:00 [warning] <0.43641.0> Channel is stopping with 1 pending publisher confirms

is fairly specific. If a channel has to terminate for any reason, whether it was cleanly closed or due to a channel-level protocol exception, and it had a pending publisher confirm ack on it, it will log this warning because it might (but won't necessarily, i…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@nikriaz
Comment options

@lukebakken
Comment options

Answer selected by nikriaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants