Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.10
-
None
-
None
Description
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.