You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrea Gazzarini (JIRA)" <qp...@incubator.apache.org> on 2008/11/14 14:48:46 UTC

[jira] Commented: (QPID-1463) QMan does not support all available data types

    [ https://issues.apache.org/jira/browse/QPID-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647608#action_12647608 ] 

Andrea Gazzarini commented on QPID-1463:
----------------------------------------

Hi Ted, I'll take care about that immediately.
The types are not supported because the decoding is done via prexexisting class BBDecoder that is not supporting those types too.
So probably I will have to modify that class.

Regards,
Andrea 

> QMan does not support all available data types
> ----------------------------------------------
>
>                 Key: QPID-1463
>                 URL: https://issues.apache.org/jira/browse/QPID-1463
>             Project: Qpid
>          Issue Type: Bug
>          Components: Qpid Managment Framework
>    Affects Versions: M4
>            Reporter: Ted Ross
>             Fix For: M4
>
>
> QMan does not implement support for all of the types that may be found in QMF schemata.  For example, the floating point types float and double are not supported.
> Here is the list of QMF types and their numeric type codes:
> ||code||amqp type|
> |1|uint8|
> |2|uint16|
> |3|uint32|
> |4|uint64|
> |6|str8|
> |7|str16|
> |8|absTime(int64)|
> |9|deltaTime(uint64)|
> |10|objectReference(bin128)|
> |11|boolean(uint8)|
> |12|float|
> |13|double|
> |14|uuid|
> |15|map|
> |16|int8|
> |17|int16|
> |18|int32|
> |19|int64|

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.