OpenJMS
-
Deploy the Web service , start your OpenJMS and WebSphere servers , and your asynchronous query pattern Web service will be up and running .
发布此Web服务,启动您的OpenJMS和WebSphere服务器,您的异步请求模式Web服务将启动并开始运行。
-
The web service is exposed on the Axis server and a JMS receive queue is set up in the OpenJMS server during the start up of the application .
Web服务在Axis服务器上公开,将在应用程序启动期间在OpenJMS服务器上设置JMS接收队列。
-
In the case of JMS transport , the application can use OpenJMS server ( JMS implementation ) for handling JMS messages ( which contain SOAP messages as content ) .
对于JMS传输的情况,应用程序可以使用OpenJMS服务器(JMS实现)来处理JMS消息(其中包含SOAP消息作为内容)。
-
It opens a single queue for each web service exposed by the application and creates a message listener for this queue ( this is done once at the time of startup of application ) all in OpenJMS server .
将在OpenJMS服务器中为应用程序公开的每个Web服务打开单个队列,并为此队列创建一个消息侦听器(此操作将在应用程序启动时进行一次)。