为此使用流程:
<flow name="amq2http"> <jms:inbound-endpoint queue="yourQueue" /> <http:outbound-endpoint address="http://whatever.url" /></flow>
当然,您需要配置ActiveMQ连接器:
<jms:activemq-connector name="jmsConnector" brokerURL="tcp://localhost:61616"/>
阅读以下链接以获取更多信息:
- http://www.mulesoft.org/documentation/display/current/ActiveMQ+Integration
- http://www.mulesoft.org/documentation/display/current/HTTP+Transport+Reference



