[ 
https://issues.apache.org/jira/browse/QPID-5800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14030665#comment-14030665
 ] 

ASF subversion and git services commented on QPID-5800:
-------------------------------------------------------

Commit 1602437 from [~k-wall] in branch 'qpid/trunk'
[ https://svn.apache.org/r1602437 ]

QPID-5800: [Java Broker] Refactor BDBConfigurationStore, move methods/fields 
associated with only BDBMessageStore to the inner class.

Addresses review comment from Alex Rudyy.

> Refactoring: Introduce MessageStoreProvider interface to improve 
> message/configuration store implementations
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-5800
>                 URL: https://issues.apache.org/jira/browse/QPID-5800
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Keith Wall
>            Assignee: Alex Rudyy
>             Fix For: 0.29
>
>
> A configuration store implementation that wishes to additionally provide a 
> message store must currently implements the {{MessageStore}} interface. This 
> design has led to rather monolithic implementations.
> This refactoring will introduce a {{MesageStoreProvider}} interface.  
> Configuration stores implementations that wish to also expose a MessageStore 
> will implement this interface.  They can then provide the MessageStore store 
> implementation as they see fit, hopefully leading to better, more cohesive, 
> code.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to