[
https://issues.apache.org/jira/browse/QPID-6085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Keith Wall updated QPID-6085:
-----------------------------
Component/s: Python Client
Description:
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
Fix Version/s: 0.31
Summary: Support receiving additional messages property types sent by
the Java client (08..091) (was: support receiving additional messages property
types sent by the Java client (08..091))
> 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]