Gordon Sim created QPID-5130:
--------------------------------
Summary: [AMQP 1.0] x-declare for node ignores the exchange type
Key: QPID-5130
URL: https://issues.apache.org/jira/browse/QPID-5130
Project: Qpid
Issue Type: Bug
Components: C++ Client
Affects Versions: 0.24
Reporter: Gordon Sim
Assignee: Gordon Sim
Fix For: 0.25
E.g. myxml;{create:always:node:{type:topic,properties:{exchange-type:xml}}}
the exchange type should be xml, but this is lost in translating to node
properties.
(Note that the exchange can be created correctly by specifying the properties
directly, e.g.
myxml;{create:always:node:{type:topic,properties:{exchange-type:xml}}})
--
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]