You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Kevin Urciolo (Created) (JIRA)" <ji...@apache.org> on 2011/12/19 16:13:30 UTC

[jira] [Created] (AMQ-3639) Modify MKahaDB To Support Using One Adapter Per Destination Without Explicity Listing Every Desintation In The Configuration

Modify MKahaDB To Support Using One Adapter Per Destination Without Explicity Listing Every Desintation In The Configuration
----------------------------------------------------------------------------------------------------------------------------

                 Key: AMQ-3639
                 URL: https://issues.apache.org/jira/browse/AMQ-3639
             Project: ActiveMQ
          Issue Type: Improvement
          Components: Broker
    Affects Versions: 5.5.1
            Reporter: Kevin Urciolo
            Priority: Minor
             Fix For: 5.6.0


We would like to have the ability to configure MKahaDB to use one adapter per queue without having to explicitly list every queue in our ActiveMQ configuration.

http://activemq.2283324.n4.nabble.com/MKahaDB-Configure-To-use-One-Adapter-Per-Queue-td4204743.html

--
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-3639) Modify MKahaDB To Support Using One Adapter Per Destination Without Explicity Listing Every Desintation In The Configuration

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

Gary Tully resolved AMQ-3639.
-----------------------------

    Resolution: Fixed
      Assignee: Gary Tully

addition of boolean attribute perDestination in http://svn.apache.org/viewvc?rev=1231979&view=rev

So the default match all adapter (when no destination is specified) can implement adapter per destination.
{code}<filteredKahaDB perDestination="true" >
        <persistenceAdapter>
          <kahaDB enableJournalDiskSyncs="false"/>
        </persistenceAdapter>
      </filteredKahaDB>{code}
                
> Modify MKahaDB To Support Using One Adapter Per Destination Without Explicity Listing Every Desintation In The Configuration
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-3639
>                 URL: https://issues.apache.org/jira/browse/AMQ-3639
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 5.5.1
>            Reporter: Kevin Urciolo
>            Assignee: Gary Tully
>            Priority: Minor
>             Fix For: 5.6.0
>
>
> We would like to have the ability to configure MKahaDB to use one adapter per queue without having to explicitly list every queue in our ActiveMQ configuration.
> http://activemq.2283324.n4.nabble.com/MKahaDB-Configure-To-use-One-Adapter-Per-Queue-td4204743.html

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