[ 
https://issues.apache.org/jira/browse/QPID-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14067009#comment-14067009
 ] 

Keith Wall commented on QPID-2753:
----------------------------------

Agreed in a product backlog review - won’t fix for 0-8..0-10.

> Add frame capacity checks to JMS property setting to ensure AMQP compliance.
> ----------------------------------------------------------------------------
>
>                 Key: QPID-2753
>                 URL: https://issues.apache.org/jira/browse/QPID-2753
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.6
>            Reporter: Martin Ritchie
>              Labels: amqp_compliance
>
> The header frame is a fixed size and currently it is possible to put more 
> data in to it than the AMQP specification says should be allowed.
> In Qpid this does not matter as the Broker will read these extra large header 
> frames. However, other brokers may not be so gracious.
> We should throw an execption to the user when their data addition to the 
> headers will put their current message over the defined framesize.
> Quite what the impact this would be on the broker if it receives a message 
> from a client with a large frame size and has to send to a client with a 
> small frame size.
> As a result this should be a configurable option for when we are running 
> Qpid-Qpid.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to