Details
Description
QPID-7957 added support for sending the max-message-size on producer attaches sent to the broker, but there is currently no support in the broker for the case where a consumer attaches a link which asserts that the consumer is unable to receive messages above a certain size on that link.
In this case the consumer should, I think, behave as if a filter had been applied which simply excludes from the possibility of delivery any message which (when converted into an AMQP 1.0 payload) would be above the given size.