Python and C++ clients translate address differently
----------------------------------------------------
Key: QPID-3412
URL: https://issues.apache.org/jira/browse/QPID-3412
Project: Qpid
Issue Type: Bug
Components: C++ Client
Affects Versions: 0.10
Environment: Linux
Reporter: Tomas Soltys
I have a following address string
"response/response.hey_Joe; { create: never, link: { name: 'response.hey_Joe',
durable: false, x-declare: { auto-delete: true, exclusive: true, arguments: {
'qpid.max_count': 1000, 'qpid.max_size': 1000000, 'qpid.policy_type': ring } }
} }"
When using python client everything works as expected, but with C++ client
address "response/response.hey_Joe" is incorrectly translated to
"response_response.hey_Joe".
--
This message is automatically generated by JIRA.
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]