In Asynchronous invoke client sends the message to the service and the service consumes it.
在异步调用中,客户机将消息发送到服务,服务然后使用该消息。
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出站队列。
The service passes a response -- if there is one -- back to the client via another asynchronous message.
服务将通过两个异步消息向客户机传递回响应(如果有响应)。
The Java Message service (JMS) API provides the platform for implementing asynchronous services.
JMSAPI为平台提供了实现异步服务的平台。
For the asynchronous communication, a Message Driven Bean (MDB), called event Service MDB, is installed and retrieves the events using JMS mechanisms.
对于异步通信,将安装名为事件服务mdb的消息驱动的Bean (Message Driven Bean, MDB),并使用JMS机制检索事件。
An asynchronous message exchange protocol is the more difficult approach to implement and can have more impact on the service provider environment.
异步消息交换协议更难实现,对服务提供者环境的影响也更大。
Call (default) instructs the runtime to commit the message to the destination for an asynchronous invocation as soon as the service call is made.
Call(缺省值)指示运行时在进行服务调用的同时将消息提交给异步调用的目的地。
An asynchronous ESB is a message bus whose services also support the Web service capabilities of being self-describing and discoverable.
异步esb是其服务还支持自描述和可发现Web服务功能的消息总线。
The asynchronous invocation generates a message and puts it on the Service Integration Bus.
异步调用生成消息,并将其放入服务集成总线中。
JMS is often used as the preferred protocol for synchronous and asynchronous service invocation because of its popularity as a standard for message-oriented middleware.
由于JMS作为面向消息的中间件标准得到了广泛的应用,因此经常用作同步和异步服务调用的首选协议。
If you just want to "fire and forget" a message to a service, (no response to the caller is required), you can use the asynchronous messaging style.
如果只想将消息以“即发即弃(fireandforget)”的方式发送给一个服务,(并不需要给调用者返回响应),那么可使用异步消息类型。
If you just want to "fire and forget" a message to a service, (no response to the caller is required), you can use the asynchronous messaging style.
如果只想将消息以“即发即弃(fireandforget)”的方式发送给一个服务,(并不需要给调用者返回响应),那么可使用异步消息类型。
应用推荐