52535455565758
} public void initialise() throws AMQException { new ExchangeInitialiser().initialise(_host.getExchangeFactory(), this); }
4041424344454647484950
public DefaultExchangeRegistry(ExchangeFactory exchangeFactory) { //create 'standard' exchanges: try { new ExchangeInitialiser().initialise(exchangeFactory, this); } catch(AMQException e) { _log.error("Failed to initialise exchanges: ", e); }
51525354555657