通讯模式(communication patterns):消息可以是同步(synchronous request/replay)或异步(asynchronous fire-and-forget)的;消息可以是双向的;消息可能被立即接收或者被放入消息队列..
基于12个网页-相关网页
At the other end, it is the asynchronous model in which a system sends the message and continues processing (Fire-and-forget message exchange).
另一方面,系统发送消息并继续处理(“Fire - and - Forget”消息交换)的情况下则使用的是异步模型。
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.
如果只想将消息以“即发即弃(fire and forget)”的方式发送给一个服务,(并不需要给调用者返回响应),那么可使用异步消息类型。
应用推荐