[rabbitmq-discuss] When disk usage is below threshold, how do I prevent my consumers from blocking when closing a channel?
Michael Klishin
mklishin at gopivotal.com
Fri Apr 4 13:29:53 BST 2014
On 4 April 2014 at 16:20:18, Mauro Gandelli (mauro.gandelli at gmail.com) wrote:
> > What is the best way to handle this situation in the client? Do
> I have to implement those event handlers and prevent any future
> calls to IModel.BasicPublish() when the connection is blocked?
Only connections that publish are blocked, so use a separate connection
for consumers.
--
MK
Software Engineer, Pivotal/RabbitMQ
More information about the rabbitmq-discuss
mailing list