You appear to be missing the required slf4j-api-1.6.4.jar dependency.
(*Chris*)
On Tue, Aug 21, 2012 at 2:33 PM, offbyone wrote:
> When trying to start a broker I get this error on brokerService.start():
>
> BrokerService brokerService = new BrokerService();
> brokerService.setPersistent(false
When trying to start a broker I get this error on brokerService.start():
BrokerService brokerService = new BrokerService();
brokerService.setPersistent(false); //Simpler for testing
brokerService.setSupportFailOver(false);
brokerService.addConnector("tcp://127.0.0.1:61616");
brokerService.start();