• 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同时提供一个消息队列服务,该服务保证扩展性的同时应用分发消息设计

    youdao

  • 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消息服务以及消息队列服务的具体实现。方法企业动态供应链管理系统中得到了实际应用。

    youdao

  • 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出站队列

    youdao

  • Following is the source code showing how message queue provider Bundle provides message queue framework functions in the form of a Bundle service.

    下面显示消息队列提供者如何以束服务形式提供消息队列框架功能源代码

    youdao

  • Message queue provider implements the framework and provides the framework functions in the form of a Bundle service.

    消息队列提供者实现框架以束服务形式提供框架功能

    youdao

  • The caller puts a request message on the request queue for the service and then (asynchronously) listens for the result on the reply queue.

    调用方将请求消息放在服务请求队列中,然后(异步)侦听应答队列中的结果

    youdao

  • Figure 8 shows the message queue approach applied to service invocation, specifically our stock quote service.

    8显示了应用服务调用消息队列方法,其中的细节我们股票报价服务为例。

    youdao

  • For the MQ service, when the transaction was rolled back, the message was not committed to the queue.

    对于MQ服务这个事务时,条消息不会写入队列中。

    youdao

  • 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.

    下面我们需要创建侦听器,以便检测放入队列中的消息,以及服务随后对消息的使用

    youdao

  • Creating the JMS integration service: Send message to remote queue.

    创建JMS集成服务发送消息远程队列

    youdao

  • Creating the JMS integration service: Retrieve message from remote queue.

    创建JMS集成服务远程队列获取消息

    youdao

  • 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服务客户端应用程序进行交互。

    youdao

  • The difference is that this pattern waits for a response message on a response queue before sending the Web service reply.

    模式与前面模式的区别,它在发送Web服务回复之前等待响应队列的响应消息

    youdao

  • 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.

    是因为构建基于SOAPoverJMSWeb服务项目会生成缺省的JMS构件这些构件消息队列相关

    youdao

  • 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运行时配置

    youdao

  • This MDB will process incoming messages from the queue, invoke the Web service and send the reply message if necessary.

    如果有必要这个MDB通过队列来处理传入消息调用Web服务发送响应消息

    youdao

  • 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服务)来发送消息,该怎么办?

    youdao

  • 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)的激活规范

    youdao

  • 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服务调用的环境;可靠队列中的消息能够发送或者接收的环境。

    youdao

  • The Web service will have a method which, when invoked, will put a message into a queue.

    Web服务提供个特定方法调用此方法时,条消息放入队列中

    youdao

  • 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队列管理器控制队列。

    youdao

  • 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内存队列将消息路由第三个(也是最终的)服务,该服务会处理订单成功创建的消息。

    youdao

  • 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服务打开单个队列为此队列创建一个消息侦听器(操作将在应用程序启动时进行一次)。

    youdao

  • 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队列

    youdao

  • 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超时

    youdao

  • The message flow has accepted the Web service request and placed the request message on the PROVIDER queue.

    消息已经接受Web服务请求请求消息放到provider队列中

    youdao

  • 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 队列之后)。

    youdao

  • 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需要解决的常见问题

    youdao

  • 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需要解决的常见问题

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定