You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2014/02/03 15:54:10 UTC

[jira] [Updated] (AMQ-5014) Broker uses kahadb for uri: vm:localhost?broker.persistent=false

     [ https://issues.apache.org/jira/browse/AMQ-5014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider updated AMQ-5014:
-------------------------------------

    Attachment: PooledConnectionTempQueueTest.java

> 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
>         Attachments: PooledConnectionTempQueueTest.java
>
>
> 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)