You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2014/06/26 17:37:25 UTC

[jira] [Assigned] (QPID-5821) Remove message store settings from MessageStore/DurableConfigurationStore interfaces

     [ https://issues.apache.org/jira/browse/QPID-5821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall reassigned QPID-5821:
--------------------------------

    Assignee: Keith Wall

> 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
>            Assignee: 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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org