1 17 package org.apache.servicemix.components.quartz; 18 19 import org.apache.servicemix.tck.TestSupport; 20 import org.springframework.context.support.AbstractXmlApplicationContext; 21 import org.apache.xbean.spring.context.ClassPathXmlApplicationContext; 22 23 26 public class QuartzComponentClusterTest extends TestSupport { 27 28 public void testSendMessagesToJmsThenOutofJmsToReceiver() throws Exception { 29 assertMessagesReceived(); 30 } 31 32 protected AbstractXmlApplicationContext createBeanFactory() { 33 return new ClassPathXmlApplicationContext("org/apache/servicemix/components/quartz/example-cluster.xml"); 34 } 35 } 36 | Popular Tags |