mirror of https://github.com/apache/activemq.git
remove angles that won't compile on 1.6
This commit is contained in:
parent
a58b00872c
commit
23052aa986
|
@ -56,7 +56,7 @@ public class ExceptionListenerTest implements ExceptionListener {
|
|||
brokerService.setAdvisorySupport(false);
|
||||
brokerService.setUseJmx(false);
|
||||
brokerService.setPersistent(false);
|
||||
brokerService.setPlugins(new BrokerPlugin[]{new SimpleAuthenticationPlugin(new ArrayList<>())});
|
||||
brokerService.setPlugins(new BrokerPlugin[]{new SimpleAuthenticationPlugin(new ArrayList())});
|
||||
brokerUri = brokerService.addConnector("tcp://0.0.0.0:0").getConnectUri();
|
||||
brokerService.start();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue