臧竹萌123~~的博客xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jms="http://www.springframework.org/schema/jms" xmlns:p="http://www.springframework.org/schema/p" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/jms http://www.springframework.org/schema/jms/spring-jms-3.0.xsd"> 并且监听消息的Java类如下... import javax.jms.MessageListener; public class MyJMSMessageListener implements MessageListener{ @Override public void onMessage(Message message) { // Do your work ...