Re-implement MapMessage in terms of StreamMessage encoding
----------------------------------------------------------

                 Key: QPID-228
                 URL: http://issues.apache.org/jira/browse/QPID-228
             Project: Qpid
          Issue Type: Bug
          Components: Java Client, JMS Compliance
            Reporter: Rob Godfrey


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.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to