You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2012/07/03 15:31:19 UTC

[jira] [Created] (AMQ-3912) Durable subs store messages in error with broker attribute persistent="false"

Gary Tully created AMQ-3912:
-------------------------------

             Summary: Durable subs store messages in error with broker attribute persistent="false"
                 Key: AMQ-3912
                 URL: https://issues.apache.org/jira/browse/AMQ-3912
             Project: ActiveMQ
          Issue Type: Bug
          Components: Message Store
    Affects Versions: 5.6.0
            Reporter: Gary Tully
            Assignee: Gary Tully
            Priority: Minor
             Fix For: 5.7.0


persistent="false" means use only the memory persistence adapter, ignore the persistence attribute of a message or durable sub.
If a <persistenceAdapter /> element is specified in xml config, durable subs do get persistence of messages that will survive a restart. This is not the intent of persistent="false"

--
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

        

[jira] [Resolved] (AMQ-3912) Durable subs store messages in error with broker attribute persistent="false"

Posted by "Gary Tully (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully resolved AMQ-3912.
-----------------------------

    Resolution: Fixed

fix in http://svn.apache.org/viewvc?rev=1356724&view=rev

any configured non memory persistencAadapter is ignored with a warn if persistent="false"
                
> Durable subs store messages in error with broker attribute persistent="false"
> -----------------------------------------------------------------------------
>
>                 Key: AMQ-3912
>                 URL: https://issues.apache.org/jira/browse/AMQ-3912
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Message Store
>    Affects Versions: 5.6.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>            Priority: Minor
>              Labels: memory, persistence
>             Fix For: 5.7.0
>
>
> persistent="false" means use only the memory persistence adapter, ignore the persistence attribute of a message or durable sub.
> If a <persistenceAdapter /> element is specified in xml config, durable subs do get persistence of messages that will survive a restart. This is not the intent of persistent="false"

--
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