assertEquals("getConsumer().getServiceName() for 0", new QName("http://www.gaiati.com/emee/ns/csi", "csi-service"), connections[0].getConsumer().getServiceName());
}
protected AbstractXmlApplicationContext createBeanFactory() throws Exception {
return new DebugClassPathXmlApplicationContext("org/apache/servicemix/jbi/deployment/serviceAssembly.xml",
Arrays.asList(new Object[] { new XBeanProcessor() }));
}