mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-23 10:52:56 +00:00
This closes #455
This commit is contained in:
commit
fb4ca299ae
@ -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
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
BIN
tests/activemq5-unit-tests/src/test/java/server.keystore
Executable file → Normal file
Binary file not shown.
BIN
tests/activemq5-unit-tests/src/test/resources/client.keystore
Executable file → Normal file
BIN
tests/activemq5-unit-tests/src/test/resources/client.keystore
Executable file → Normal file
Binary file not shown.
BIN
tests/activemq5-unit-tests/src/test/resources/server.keystore
Executable file → Normal file
BIN
tests/activemq5-unit-tests/src/test/resources/server.keystore
Executable file → Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user