Alex Rudyy created QPID-7780:
--------------------------------

             Summary: [Java Broker] Message conversion layers should be able to 
convert unsigned numbers into their corresponding unsigned equivalents on the 
target protocol
                 Key: QPID-7780
                 URL: https://issues.apache.org/jira/browse/QPID-7780
             Project: Qpid
          Issue Type: Bug
            Reporter: Alex Rudyy


The current implementations of protocol converters when converting application 
properties convert unsigned numbers into java corresponding signed types and 
writes signed types  in converted message. For example, application property of 
type "unsigned byte" is  converted into "signed short". We need to change 
converter layers to be able to convert unsigned numbers into their 
corresponding unsigned equivalents on the target protocol.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to