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

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

Commit 1605737 from [~macbean] in branch 'qpid/trunk'
[ https://svn.apache.org/r1605737 ]

QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore 
interfaces to remove message store settings map.

VirtualHost model objects now have attributes.

Work done by Keith Wall <[email protected]> and me.

> Remove message store settings from MessageStore/DurableConfigurationStore 
> interfaces
> ------------------------------------------------------------------------------------
>
>                 Key: QPID-5821
>                 URL: https://issues.apache.org/jira/browse/QPID-5821
>             Project: Qpid
>          Issue Type: Task
>          Components: Java Broker
>            Reporter: Keith Wall
>             Fix For: 0.29
>
>         Attachments: 
> 0001-QPID-5821-Remove-message-store-settings-implement-fi.patch
>
>
> Remove the current message store settings maps used by MS/DCS#open. Replacing 
> it will be:
>     Settings objects - one per physical store type - exposing getters for the 
> attributes required by each store JDBCSettings (connectionUrl, userName, 
> password), DerbySettings (storePath), BDBSettings. The getters will 'shadow' 
> those in on the model objects.
>     MS|DCS implementations will cast the parent CO to the expected settings 
> object and use this to retrieve the settings (jdbc url, store path etc)
>     SystemContext, VHN and VirtualHost implementation will implement the 
> appriopiate setting objects, thus exposing their attributes to the 
> implementations.
>     This work should encompass the introduction of a JDBC user and password 
> attribute. The password attribute should be a secure attribute.
> Work should include refactoring the upgrader.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to