Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Duplicate
-
0.14
Description
Using address string to create an exchange, durable:true flag is ignored. So only transient exchange is created.
reproducer:
export CLASSPATH=/usr/local/src/junit4.9b2/junit-4.9b2.jar:$(find "/usr/share/java/" -name '*.jar' | tr '\n' ":")
cd /usr/share/doc/qpid-java-0.14/examples
./run_example.sh org.apache.qpid.example.Spout --content="msg1" "MyExchange; {create:always, node:{type:topic, durable:true}}"
qpid-config exchanges then shows MyExchange as non-durable.
Patch is attached.
Attachments
Attachments
Issue Links
- relates to
-
QPID-4277 [Java client] 0-10 client path cant declare durable/auto-delete exchanges when using 'Address' based destinations
- Closed