89101112131415
public class testSend { private static ApplicationContext appContext = new ClassPathXmlApplicationContext("jms.xml"); private static void send(){ ProducerService producerService = (ProducerService)appContext.getBean("producerService"); producerService.send(); }