You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org> on 2007/02/15 17:22:06 UTC

[jira] Assigned: (QPID-228) Re-implement MapMessage in terms of StreamMessage encoding

     [ https://issues.apache.org/jira/browse/QPID-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey reassigned QPID-228:
--------------------------------

    Assignee: Rob Godfrey

> Re-implement MapMessage in terms of StreamMessage encoding
> ----------------------------------------------------------
>
>                 Key: QPID-228
>                 URL: https://issues.apache.org/jira/browse/QPID-228
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client, JMS Compliance
>            Reporter: Rob Godfrey
>         Assigned To: Rob Godfrey
>             Fix For: M2
>
>         Attachments: QPID-228.patch
>
>
> The current implementation of MapMessage uses the AMQP FieldTable type which has several implicit limitations of the values held as keys and as values.  Instead implement the MapMessage in the same way as a StreamMessage with first the number of entries, followed by, for each entry, the encoded string key, and then the encoded object value.

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