public void initialise() throws Exception
{
_managedObjectRegistry = new NoopManagedObjectRegistry();
_queueRegistry = new DefaultQueueRegistry();
_exchangeFactory = new DefaultExchangeFactory();
_exchangeRegistry = new DefaultExchangeRegistry(_exchangeFactory);
_authenticationManager = new NullAuthenticationManager();
_messageStore = new TestableMemoryMessageStore();
_configuration.addProperty("heartbeat.delay", 10 * 60); // 10 minutes