如何从Spring WS应用程序向WebSphere JMS Queue发送消息

时间:2011-12-15 13:21:26

标签: web-services ibm-mq spring-ws spring-jms websphere-8

我是Spring Web服务和Websphere应用服务器的新手。

我正在开发Spring Web服务,并且有一个要求,一旦请求到来,我需要将XML消息发送到部署了我的Web服务的服务器,在我的情况下是WebSphere应用服务器。我试过但没有得到任何具体的解决方案。我不知道Spring JMS和Web Sphere JMS MQ集成需要做什么bean配置。此外,如何创建websphere JMS队列。

我的环境相关详情如下:

  • Spring 3.1.0
  • Spring-WS 2.0.2
  • Websphere Application Server V8

如果需要更多详细信息,请与我们联系。

任何帮助都将不胜感激。

1 个答案:

答案 0 :(得分:0)

您可以使用Spring JMSTemplate发送JMS消息。

http://static.springsource.org/spring/docs/2.0.x/reference/jms.html