bloomberg / amqpprox

An AMQP 0.9.1 proxy server, designed for use in front of an AMQP 0.9.1 compliant message queue broker such as RabbitMQ.
Apache License 2.0
78 stars 16 forks source link

Reject frames larger than amqpprox max frame size #100

Closed adamncasey closed 1 year ago

adamncasey commented 1 year ago

amqpprox supports frames up to a max size of 150000 bytes but frames larger than this are not rejected. This patch ensures we reject larger frames as soon as their length can be read.