在 英语 中使用 Asynchronous messaging 的示例及其翻译为 中文
{-}
-
Political
-
Ecclesiastic
-
Programming
An asynchronous messaging protocol is much more suitable for LoT applications.
There are two kinds ofIPC mechanisms that microservices can use, asynchronous messaging and synchronous request/response.
(2) Asynchronous messaging: This approach addresses the problem of tight coupling between applications.
Furthermore, there are a lot of folks out there who are just now discovering asynchronous messaging and event-driven architecture(EDA).
Asynchronous messaging applications connect to message queues and also need to process transactions as efficiently as possible.
Ultimately, by solving certain infrastructure issues, asynchronous messaging forces you to redesign the logical flow of your system.
In asynchronous messaging, the client or client object sends a message to the target application, but doesn't wait for the response to continue its work.
Service Broker is adistributed application framework that provides reliable asynchronous messaging at the database to database level.
An asynchronous messaging protocol de-couples the message sender and receiver in both space and time, and hence is scalable in unreliable network environments.
For the above reasons,most high-performance scalable systems use an asynchronous messaging bus, rather than web services, for internal data exchange.
Asynchronous Messaging- Supports multiple messaging protocols,message queuing, delivery acknowledgement, flexible routing to queues, multiple exchange type.
ØMQ(also spelled ZeroMQ, 0MQ, or ZMQ) is a high-performance asynchronous messaging library aimed at use in scalable distributed or concurrent applications.
These actors/entities are extremely lightweight in terms of resources- you can easily run millions of them concurrently on a single machine-and communicate using asynchronous messaging.
ØMQ(also spelled ZeroMQ, 0MQ, or ZMQ) is a high-performance asynchronous messaging library aimed at use in scalable distributed or concurrent applications.
InfoQ: What is the current state of asynchronous messaging architecture and how does ActiveMQ compare with other message brokers(open source and commercial)?
This header is critical in an asynchronous messaging scenario-- the response message's receiver must be able to associate it with the original request message.
Asynchronous Message- Passing.
Asynchronous messages don't require a response before the sender continues.
Take the simple case of an asynchronous message exchange(even over HTTP) where the response message is sent back over a new connection.
The other three components- activities, services, and broadcast receivers-are activated by asynchronous messages called intents.
Three of the four component types- activities, services, and broadcast receivers-are activated by an asynchronous message called an intent.
Because of this lag between sending and receiving,email is called"non-real time" or"asynchronous time" messaging.
Due to its both asynchronous and yet near real-time nature, messaging becomes an accelerator, driving the growth of digital conversation.
Use the Windows Communication Foundation(WCF) to send data as asynchronous messages from one service endpoint to another.
The other three components- activities, services, and broadcast receivers-are activated by asynchronous messages called intents.
NET-managed applications use the Windows Communication Foundation(WCF)to send data as asynchronous messages from one service endpoint to another.
The filled-in form is then an asynchronous message- Bob doesn't suspend his activities waiting for the reply to come back;
It can receive and send asynchronous JMS messages, and can easily interact with other EJBs.
Three of the four component types- activities, services, and broadcast receivers-are activated by an asynchronous message called an intent.
An alternative approach is touse API function PostMessage to send an asynchronous message, and then immediately follow up the implementation of the code.