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


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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to