postwait / node-amqp

[UNMAINTAINED] node-amqp is an AMQP client for nodejs
MIT License
1.69k stars 358 forks source link

fixed max frame size in AMQPParser #385

Open tobias-neubert opened 9 years ago

tobias-neubert commented 9 years ago

Is there a reason why in connection.js the maxFrameBuffer is set to the value configured within the (RabbitMQ) server, while the AMQPParser has a fixed maxFrameBuffer?

I have the problem, that a producer of mine is able to send larger frames but a consumer cannot receive it because of an Oversized Frame error.

tobias-neubert commented 9 years ago

https://github.com/postwait/node-amqp/pull/386