field table type codes conflict with spec
-----------------------------------------

                 Key: QPID-248
                 URL: https://issues.apache.org/jira/browse/QPID-248
             Project: Qpid
          Issue Type: Bug
          Components: Java Common
            Reporter: Rafael H. Schloming
            Priority: Blocker


The Java framing library uses it's own set of type codes for field table  
values. Some of these are to support extra types not defined in the spec, but 
some of the conflict with the type codes defined in the spec, for example 'S' 
means longstr in the spec and unsighed short according to the java. This breaks 
interoperability with other AMQP implementations, e.g. the entire python 
interop test suite.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to