[
https://issues.apache.org/jira/browse/QPID-6085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14124681#comment-14124681
]
ASF subversion and git services commented on QPID-6085:
-------------------------------------------------------
Commit 1622952 from [~k-wall] in branch 'qpid/trunk'
[ https://svn.apache.org/r1622952 ]
QPID-6085: [Python client] 08..091 implement sending/receiving of additional
property types
> Support receiving additional messages property types sent by the Java client
> (08..091)
> --------------------------------------------------------------------------------------
>
> Key: QPID-6085
> URL: https://issues.apache.org/jira/browse/QPID-6085
> Project: Qpid
> Issue Type: Improvement
> Components: Python Client
> Reporter: Keith Wall
> Fix For: 0.31
>
>
> Currently, the codec used by the Python client on the 08..091 code path
> supports only the following types:
> * non-null string
> * positive ints (where negative values would be decoded as erroneously as
> values in range 2^31 -1 < x <= 2^32 -1)
> This causes problem for users who use clients with more complete support for
> AMQP types, such as the Java Client.
> The codec will be enhanced to support:
> * null string (will be decoded as None)
> * byte
> * short
> * long
> * float
> * double
> * boolean
> § byte and short properties will be decoded to a python plain integer.
> § long properties will be decoded to a python long integer.
> § float and double properties will be decoded to a python float (which is
> 64bit).
> § optional support for boolean
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]