[
https://issues.apache.org/jira/browse/QPID-3492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171504#comment-13171504
]
Fraser Adams commented on QPID-3492:
------------------------------------
This doesn't quite fix the problem. There is still an issue with quoted string
values so an address like the following (which contains a mix of quoted and
unquoted strings) fails:
string address = "testqueue; {create: receiver, node: {x-declare: {arguments:
{'qpid.policy_type': ring, 'qpid.max_size': 500000000}}, x-bindings:
[{exchange: 'amq.match', queue: 'testqueue', key: 'data1', arguments: {x-match:
all, data-service: 'amqp-delivery', item-owner: 'fadams'}}]}}";
I've attached an updated patch.
> String values in address are parsed as binary (and sent as vbin16/32 rather
> than str16)
> ---------------------------------------------------------------------------------------
>
> Key: QPID-3492
> URL: https://issues.apache.org/jira/browse/QPID-3492
> Project: Qpid
> Issue Type: Bug
> Components: C++ Client
> Affects Versions: 0.12
> Reporter: Gordon Sim
> Assignee: Gordon Sim
> Fix For: 0.13
>
> Attachments: fix-addr-parser.patch
>
>
> E.g. when specifying arguments in x-bindings for a headers exchange, where
> this can cause problems.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]