[rabbitmq-discuss] RabbitMQ 2.3.1 Release

Michael Bridgen mikeb at rabbitmq.com
Fri Feb 4 10:14:31 GMT 2011


On 02/03/2011 07:37 PM, Robin Harvey wrote:
> Hi,
>
> Does this version include the new "interleaved message delivery" stuff
> for basic.deliver?

Yes it does.

To be clear what that is: AMQP messages can be delivered in multiple 
content frames, if the payload is larger than the maximum allowed frame 
size; this fix means that messages with more than one content frame may 
be interleaved with frames on other channels.  In other words, large 
messages won't hold up frames for other channels on the connection 
(though they will hold up deliveries on the same channel, by specification).

This should require no changes to clients, which are expected to deal 
with interleaved frames anyway.


Michael.


More information about the rabbitmq-discuss mailing list