diff options
Diffstat (limited to 'qpid/java/systests/etc')
| -rw-r--r-- | qpid/java/systests/etc/config-systests.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qpid/java/systests/etc/config-systests.json b/qpid/java/systests/etc/config-systests.json index ec3d17dbec..6bfaf08113 100644 --- a/qpid/java/systests/etc/config-systests.json +++ b/qpid/java/systests/etc/config-systests.json @@ -20,7 +20,6 @@ */ { "name": "QpidBroker", - "defaultAuthenticationProvider" : "plain", "defaultVirtualHost" : "test", "authenticationproviders" : [ { "name" : "plain", @@ -39,9 +38,11 @@ } ], "ports" : [ { "name" : "amqp", + "authenticationProvider" : "plain", "port" : "${test.port}" }, { "name" : "http", + "authenticationProvider" : "plain", "port" : "${test.hport}", "protocols" : [ "HTTP" ] }, { @@ -50,6 +51,7 @@ "protocols" : [ "RMI" ] }, { "name" : "jmx", + "authenticationProvider" : "plain", "port" : "${test.cport}", "protocols" : [ "JMX_RMI" ] }], @@ -67,4 +69,4 @@ "name" : "jmxManagement" } ] */ -}
\ No newline at end of file +} |
