[rabbitmq-discuss] a common-lisp amqp client
Matthias Radestock
matthias at lshift.net
Wed Feb 17 20:27:48 GMT 2010
James,
james anderson wrote:
> rabbitmq suppresses zero-length frames.
> as demonstrated by this manner to implement chunking, these frames
> most definitely carry information.
> in which case, i am surprised the broker is permitted to drop them.
This isn't a case of the broker dropping frames but
re-chunking/re-framing content. That is something a broker is permitted
to do and in some cases even has to do since the negotiated max frame
size on the publisher connection and consumer connection may be different.
Regards,
Matthias.
More information about the rabbitmq-discuss
mailing list