Christian Schneider created AMQ-5014:
----------------------------------------
Summary: Broker uses kahadb for uri:
vm:localhost?broker.persistent=false
Key: AMQ-5014
URL: https://issues.apache.org/jira/browse/AMQ-5014
Project: ActiveMQ
Issue Type: Improvement
Affects Versions: 5.9.0
Reporter: Christian Schneider
I found that a slight error in the uri causes the broker to use kahadb
persistence instead of the intended memory persistence.
This uses kahadb:
vm:localhost?broker.persistent=false
This uses memory peristence:
vm://localhost?broker.persistent=false
So for the first case there should either be an error message or a warning that
the uri is not understood. It took me quite a while to find why it behaved
wrong.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)