This closes #455

This commit is contained in:
Clebert Suconic 2016-04-11 16:55:58 -04:00
commit fb4ca299ae
5 changed files with 7 additions and 0 deletions

View File

@ -367,6 +367,13 @@ public class BrokerService implements Service {
}
public URI getVmConnectorURI() {
try {
URI substituteUri = new URI("tcp://localhost:61616");
return substituteUri;
}
catch (URISyntaxException e) {
e.printStackTrace();
}
return null;
}

BIN
tests/activemq5-unit-tests/src/test/java/client.keystore Executable file → Normal file

Binary file not shown.

BIN
tests/activemq5-unit-tests/src/test/java/server.keystore Executable file → Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.