Closed GoogleCodeExporter closed 9 years ago
I now believe this is not the cause of my problems; RabbitMQ currently enforces
128K
max framesize. See issue #14.
Original comment by sigurd.h...@gtempaccount.com
on 9 Feb 2010 at 5:57
frame_max isn't entirely hard coded, the server can negotiate a lower value
than what we propose as 128K, although the spec says it must be at least 4K.
There's nothing magical about our upper limit of 128K, it could be set higher -
but that doesn't stop you from sending larger messages. Before Revision
0942c3b23048 though, a 22MB message may have taken way longer than you would
have liked.
Original comment by barry.pe...@gmail.com
on 28 Mar 2011 at 5:41
Original issue reported on code.google.com by
sigurd.h...@gtempaccount.com
on 8 Feb 2010 at 6:44