Pavel Moravec created QPID-4154:
-----------------------------------
Summary: Creating durable topic does create transient topic
exchange
Key: QPID-4154
URL: https://issues.apache.org/jira/browse/QPID-4154
Project: Qpid
Issue Type: Bug
Components: Java Client
Affects Versions: 0.14
Reporter: Pavel Moravec
Priority: Trivial
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]