mirror of https://github.com/apache/activemq.git
Should just be turning off the connector not just the bean server.
This commit is contained in:
parent
2949e8dbf7
commit
4c272e3081
|
@ -106,7 +106,7 @@ public class AmqpTestSupport {
|
|||
brokerService.setAdvisorySupport(false);
|
||||
brokerService.setDeleteAllMessagesOnStartup(deleteAllMessages);
|
||||
brokerService.setUseJmx(true);
|
||||
brokerService.getManagementContext().setCreateMBeanServer(false);
|
||||
brokerService.getManagementContext().setCreateConnector(false);
|
||||
|
||||
SSLContext ctx = SSLContext.getInstance("TLS");
|
||||
ctx.init(new KeyManager[0], new TrustManager[]{new DefaultTrustManager()}, new SecureRandom());
|
||||
|
|
Loading…
Reference in New Issue