protected JBIContainer container;
protected BrokerService broker;
protected void setUp() throws Exception {
BrokerFactoryBean bfb = new BrokerFactoryBean(new ClassPathResource("broker.xml"));
bfb.afterPropertiesSet();
broker = bfb.getBroker();
broker.start();
container = new JBIContainer();
container.setMonitorInstallationDirectory(false);
container.setUseMBeanServer(false);