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

Andrew Stitcher commented on QPID-4707:
---------------------------------------

I'm not sure that moving the MapHandler inteface from broker to amqp is correct.

The interface is used by the protocol independent code to call visitors to the 
property maps in messages so I'd expect the interface itself to also be a 
protocol independent thing. The only other type that is affected is 
CharSequence and this is very simple and so could be in broker too.

This change now has the effect of make the old 0_10 protocol implementation 
dependent on the new 1.0 implementation which strikes me as a bad idea (and 
easy to fix at this stage).
                
> [AMQP 1.0] provide means of setting more fields in a 1.0 formatted message
> --------------------------------------------------------------------------
>
>                 Key: QPID-4707
>                 URL: https://issues.apache.org/jira/browse/QPID-4707
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Client
>    Affects Versions: 0.22
>            Reporter: Gordon Sim
>            Assignee: Gordon Sim
>             Fix For: 0.23
>
>
> To begin with, the various x-amqp-xxxx properties that are set on receiving a 
> message should be recognised when sending a message also.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to