Usergrid also comes with a message queue service that is designed to provide the ability to distribute messages to applications in a way that's is highly scalable.
Usergrid同时还提供了一个消息队列服务,该服务为保证高扩展性的同时向应用中分发消息所设计。
Guided by the approach and supported by the commercially available JMS and Message Queue service, a dynamic supply chain management system for an electronics manufacturing corporation is implemented.
给出了基于JMS消息服务以及消息队列服务的具体实现。该方法在某企业的动态供应链管理系统中得到了实际应用。
During its execution, the BPEL process will invoke an asynchronous service by placing another message on an outgoing MQ queue called IMPORTQ.
在其执行过程中,BPEL流程将调用一个异步服务,方法是将另一消息放在名为IMPORTQ的MQ出站队列。
Following is the source code showing how message queue provider Bundle provides message queue framework functions in the form of a Bundle service.
下面是显示消息队列提供者束如何以束服务的形式提供消息队列框架功能的源代码。
Message queue provider implements the framework and provides the framework functions in the form of a Bundle service.
消息队列提供者实现框架并以束服务的形式提供框架功能。
The caller puts a request message on the request queue for the service and then (asynchronously) listens for the result on the reply queue.
调用方将请求消息放在服务的请求队列中,然后(异步)侦听应答队列中的结果。
Figure 8 shows the message queue approach applied to service invocation, specifically our stock quote service.
图8显示了应用到服务调用的消息队列方法,其中的细节以我们的股票报价服务为例。
For the MQ service, when the transaction was rolled back, the message was not committed to the queue.
对于MQ服务,当这个事务回滚时,这条消息就不会写入队列中。
Now we need to create a listener in order to detect that a message is placed in the queue, which in turn will be consumed by the service.
下面我们需要创建侦听器,以便检测放入队列中的消息,以及服务随后对消息的使用。
Creating the JMS integration service: Send message to remote queue.
创建JMS集成服务:发送消息到远程队列。
Creating the JMS integration service: Retrieve message from remote queue.
创建JMS集成服务:从远程队列获取消息。
We demonstrated how you can use the SIBus to connect an MQ message queue that interacts with client applications with an existing Web service that offers the actual business function.
我们向您演示了如何使用SIBus来连接MQ消息队列,以便与具有提供实际业务功能的现有Web服务的客户端应用程序进行交互。
The difference is that this pattern waits for a response message on a response queue before sending the Web service reply.
该模式与前面模式的区别是,它在发送Web服务回复之前等待响应队列上的响应消息。
This is because building a Web service with the SOAP over JMS project generates the default JMS artifacts, which are related to the message queue.
这是因为构建基于SOAPoverJMS的Web服务项目会生成缺省的JMS构件,这些构件与消息队列相关。
The message listener service is provided by the base runtime and manages the runtime configuration of the Message Driven Bean that is listening on the queue.
这个消息侦听器服务是由基础运行时提供的,并管理负责侦听此队列的MessageDrivenBean的运行时配置。
This MDB will process incoming messages from the queue, invoke the Web service and send the reply message if necessary.
如果有必要,这个MDB会通过队列来处理传入消息、调用Web服务并发送响应消息。
What if the client isn't sending SOAP messages directly to the provider, but rather is sending them through an intermediary, such as a message queue or another Web service?
如果客户机没有将SOAP消息直接发送到提供程序,而是通过中间节点(例如消息队列或其他Web服务)来发送消息,该怎么办?
Because your Web service also accepts requests using the JMS, you need to create a bus, two queue destinations for incoming and replies, and an activation spec for the message driven bean (MDB).
由于您的Web服务还接受使用JMS的请求,因此需要创建一个总线、两个用于传入和应答的队列目的地和一个用于消息驱动Bean (Message Driven Bean,mdb)的激活规范。
The bottom line is that the computing environment could be any one from which a web service call can be executed; a message to a reliable queue can be sent or received.
总而言之,这种计算环境可以是任何能执行Web服务调用的环境;可靠队列中的消息能够被发送或者接收的环境。
The Web service will have a method which, when invoked, will put a message into a queue.
Web服务将提供一个特定方法,当调用此方法时,会将一条消息放入队列中。
The request message was now not only sent via JMS to the JMS-based service provider, it was also forwarded via WebSphere MQ to a queue controlled by a remote MQ queue manager.
请求消息现在不仅通过JMS发送到基于JMS的服务提供者,而且通过WebSphereMQ转发到远程mq队列管理器控制的队列。
If this header is true, we then route, via an in-memory queue named SuccessfulOrderQueue, the message to a third and final service dedicated to handle successful order creation messages.
如果该头信息为true,那就通过一个名为SuccessfulOrderQueue的内存队列将该消息路由给第三个(也是最终的)服务,该服务会处理订单成功创建的消息。
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服务打开单个队列,并为此队列创建一个消息侦听器(此操作将在应用程序启动时进行一次)。
This time however, no reply message is received, because the message flows are waiting for a reply message to arrive on a WebSphere MQ queue before sending the Web service response.
但这次没有接收到任何回复消息,因为消息流在发送Web服务响应之前等待回复消息到达WebSpheremq队列。
If you have taken more than three minutes between sending the Web service request and writing the response message to the response queue, then the Test Client may have timed out.
如果发送Web服务请求和将响应消息写到response队列之间的时间超过3分钟,那么TestClient将超时。
The message flow has accepted the Web service request and placed the request message on the PROVIDER queue.
消息流已经接受Web服务请求并将请求消息放到provider队列中。
The request message flow receives the Web service request, writes it to the PROVIDER queue and completes (after writing a message to the LOG queue).
请求消息流接收Web服务请求,并将其写到PROVIDER队列,直至最后完成(在将消息写到 LOG 队列之后)。
Web service requests arriving at the generated message flow will be put onto a queue, which is a common problem to be solved using message Broker.
到达生成的消息流中的Web服务请求将被放入到一个队列中,这是使用Message Broker需要解决的常见问题。
Web service requests arriving at the generated message flow will be put onto a queue, which is a common problem to be solved using message Broker.
到达生成的消息流中的Web服务请求将被放入到一个队列中,这是使用Message Broker需要解决的常见问题。
应用推荐