[
https://issues.apache.org/jira/browse/QPID-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13745268#comment-13745268
]
Rob Godfrey commented on QPID-5087:
-----------------------------------
Also added a durable configuration store which uses a JSON format flat file.
In order to configure a virtual host to use separate config and message stores
the broker config needs to look something like:
{code:javascript}
"virtualhosts" : [ {
"id" : "d1f48282-967c-4a87-bacc-ade1ba6f5eba",
"name" : "test",
"storePath" : "/qpid-work/test/messagestore",
"storeType" : "BDB",
"configStorePath" : "/qpid-work/test/configstore",
"configStoreType" : "JSON",
"type" : "STANDARD"
} ]
{code}
> [Java Broker] Allow the use of separate message stores and configuration
> stores for the (nonHA) virtualhost
> -----------------------------------------------------------------------------------------------------------
>
> Key: QPID-5087
> URL: https://issues.apache.org/jira/browse/QPID-5087
> Project: Qpid
> Issue Type: Improvement
> Components: Java Broker
> Reporter: Rob Godfrey
> Assignee: Rob Godfrey
>
> Allow the setting through configuration of a configuration store for the
> virtual host which is separate from the message store. This allows for text
> based config stores to be used alongside optimised transaction logs for
> message stores.
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]