Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.10
-
Fix Version/s: 0.11
-
Component/s: None
-
Labels:None
Description
If the alternate-exchange option is specified in queue or exchange creation via
JMS, the alternate exchange is ignored.
Steps to Reproduce:
1. Start a broker
2. Run the Java spout example:
./runSample.sh org.apache.qpid.example.Spout
"test-queue;{create:always,node:{type:queue,x-declare:
}}"
./runSample.sh org.apache.qpid.example.Spout
"test-exchange;{create:always,node:{type:topic,x-declare:
}}"