Queue queue = new Queue("foo");
context.getBeanFactory().registerSingleton("foo", queue);
context.refresh();
admin.setApplicationContext(context);
admin.afterPropertiesSet();
ccf.createConnection().close();
ccf.destroy();
assertEquals("Admin should not have created a channel", 0, mockChannels.size());
}