SuoNayi created AMQ-4310:
----------------------------

             Summary: Add composite persistence adapter to support multiple 
storages for different destinations
                 Key: AMQ-4310
                 URL: https://issues.apache.org/jira/browse/AMQ-4310
             Project: ActiveMQ
          Issue Type: New Feature
          Components: Message Store
    Affects Versions: 5.x
            Reporter: SuoNayi
             Fix For: 5.9.0


Supposing we need the queue A to give us the best performance and it's 
acceptable for low chance of losing messages while the other queue B provides 
the most reliable message delivery and it's better it's store has no 
single-point failure.
If we can assign the store of the queue A to kahadb while for the queue B is 
jdbc(database cluster) it's easy to solve this problem.
In other words,different destinations can assign different store to meet 
different requirements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to