node bindings not established correctly when address used for producer
----------------------------------------------------------------------
Key: QPID-3182
URL: https://issues.apache.org/jira/browse/QPID-3182
Project: Qpid
Issue Type: Bug
Components: Java Client
Affects Versions: 0.10
Reporter: Gordon Sim
Assignee: Rajith Attapattu
The behaviour in resolving addresses in JMS client appears to vary by context.
Consider the following address:
"my-queue; {create:always, node:{x-bindings:[{ exchange:'amq.fanout',
queue:'my-queue'}]}}"
This should result in a queue named my-queue being created *and* in that queue
being bound to the amq.fanout exchange. This is indeed the case if the address
is passed to the Drain example. However when passed to the Spout example, the
queue is created but the binding is not established.
--
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]