summaryrefslogtreecommitdiff
path: root/qpid/java/systests/etc/config-systests.json
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/systests/etc/config-systests.json')
-rw-r--r--qpid/java/systests/etc/config-systests.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/qpid/java/systests/etc/config-systests.json b/qpid/java/systests/etc/config-systests.json
index 8bc0cfda39..a5b85a2050 100644
--- a/qpid/java/systests/etc/config-systests.json
+++ b/qpid/java/systests/etc/config-systests.json
@@ -19,7 +19,6 @@
*
*/
{
- "type" : "Broker",
"name": "QpidBroker",
"defaultAuthenticationProvider" : "plain",
"defaultVirtualHost" : "test",
@@ -28,44 +27,36 @@
"trustStorePath": "${QPID_HOME}/../test-profiles/test_resources/ssl/java_client_truststore.jks",
"trustStorePassword": "password",
"authenticationproviders" : [ {
- "type" : "AuthenticationProvider",
"name" : "plain",
"authenticationProviderType" : "PlainPasswordFileAuthenticationProvider",
"path" : "${QPID_HOME}/etc/passwd"
} ],
"ports" : [ {
- "type" : "Port",
"name" : "amqp",
"port" : "${test.port}"
}, {
- "type" : "Port",
"name" : "http",
"port" : "${test.hport}",
"protocols" : [ "HTTP" ]
}, {
- "type" : "Port",
"name" : "rmi",
"port" : "${test.mport}",
"protocols" : [ "RMI" ]
}, {
- "type" : "Port",
"name" : "jmx",
"port" : "${test.cport}",
"protocols" : [ "JMX_RMI" ]
}],
"virtualhosts" : [ {
- "type" : "VirtualHost",
"name" : "test",
"configPath" : "${broker.virtualhosts-config}"
} ]
/*
,
"plugins" : [ {
- "type" : "Plugin",
"pluginType" : "MANAGEMENT-HTTP",
"name" : "httpManagement"
}, {
- "type" : "Plugin",
"pluginType" : "MANAGEMENT-JMX",
"name" : "jmxManagement"
} ]