[rabbitmq-discuss] AMQP connections closing very frequently
Emile Joubert
emile at rabbitmq.com
Mon Jun 24 10:03:12 BST 2013
Hi,
On 24/06/13 07:12, Ankit Agarwal wrote:
> {frame_too_large,1020815,131064}",
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.
The maximum frame size was not strictly enforced before v3.0.0, which is
why the issue appeared after upgrading. See item 24991 in
http://www.rabbitmq.com/release-notes/README-3.0.0.txt
-Emile
More information about the rabbitmq-discuss
mailing list