[rabbitmq-discuss] flow control in rabbitmq

Michael Klishin michael.s.klishin at gmail.com
Tue Jan 7 07:46:27 GMT 2014


2014/1/7 sandeep kumar <sandy.sandeeep at gmail.com>

> 2) Now i sent messages to the queue in a loop of 100000
> but i could see publish messages successful till 1435 and then publish( )
> gets blocked.
> i have stopped the sender now.
> i have run listqueues command and i could see 0 messages in the queue
>

When you stop the publisher, its socket is closed and OS releases all
buffers it was using.

Keep the publisher process up.
-- 
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140107/f450c683/attachment.html>


More information about the rabbitmq-discuss mailing list