OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

amqp message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Created: (AMQP-88) Inefficient Encoding of Manageable Entities


Inefficient Encoding of Manageable Entities
-------------------------------------------

                 Key: AMQP-88
                 URL: http://tools.oasis-open.org/issues/browse/AMQP-88
             Project: OASIS Advanced Message Queuing Protocol (AMQP) TC
          Issue Type: Improvement
          Components: Management/Monitoring
    Affects Versions: WD02
            Reporter: Ted Ross


In operations that return the contents of multiple manageable entities (READALL), the encoding of the data is very inefficient due to the repeated encoding of the same data:

  - Each entity has a 'type' attribute in its map.  If there are N instances of a type, there will be N copies of the type name encoded.
  - For multiple instances of the same type, the type's attribute names (i.e. map keys) are redundantly encoded.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]