From e8fb868c3ef7d20131dee243aa464c048fd8f10e Mon Sep 17 00:00:00 2001 From: Robert Godfrey Date: Wed, 17 Jul 2013 21:29:29 +0000 Subject: QPID-4998 : [Java Broker] Add ability to set durability, sync policy on creation of HA Virtual Host through Web Management git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1504285 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/resources/virtualhost/bdb_ha/add.html | 39 +++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) (limited to 'qpid/java') diff --git a/qpid/java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/add.html b/qpid/java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/add.html index 1727264d41..17ffb1686f 100644 --- a/qpid/java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/add.html +++ b/qpid/java/bdbstore/src/main/java/resources/virtualhost/bdb_ha/add.html @@ -31,7 +31,44 @@ Helper Address*: + required="true" name="haHelperAddress" data-dojo-props="regExp:'([0-9a-zA-Z.-_]|::)+:[0-9]{1,5}', invalidMessage:'Must be of the form host:port'" placeholder="host:port"/> + + + + Durability: + + + + + + + Coalesce local sync: + + + + + + + + + + Designated Primary: + + + -- cgit v1.2.1