[rabbitmq-discuss] AMQP connections closing very frequently

Michael Klishin michael.s.klishin at gmail.com
Mon Jun 24 10:33:36 BST 2013


2013/6/24 Emile Joubert <emile at rabbitmq.com>

> The error is that the frame is too large. See the "frame_max"
> configuration item in http://www.rabbitmq.com/configure.html. Either set
> it too a larger value or to 0 for unlimited.
>

Bunny 0.8 does not implement payload framing, so you cannot publish
messages over 128K in size over it.

Unfortunately, Logstash hits a JRuby bug with Bunny 0.9 (IO#select
implementation starts consuming 15-25% of CPU
after a few minutes), so they can't use the newer version.

What they need to do is to use HotBunnies (http://hotbunnies.info).
-- 
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/20130624/c20b5357/attachment.htm>


More information about the rabbitmq-discuss mailing list