Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Apr 19, 2011
1 parent b3dd456 commit c6132a0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -91,7 +91,7 @@ private void startHornetQServer(final String acceptorFactory) throws Exception
conf.setSecurityEnabled(false);
conf.setJMXManagementEnabled(true);
conf.getAcceptorConfigurations().add(new TransportConfiguration(acceptorFactory));
server = HornetQServers.newHornetQServer(conf, mbeanServer, false);
server = HornetQServers.newHornetQServer(conf, mbeanServer, true);
server.start();

context = new InVMContext();
Expand Down

0 comments on commit c6132a0

Please sign in to comment.