Asynchronous Messaging

Asynchronous messaging describes communications that takes place between two applications or systems, where the system places a message in a message queue (called an Event Queue in enterprise messaging systems) and does not need to wait for a reply to continue processing. Contrast with synchronous messaging.

Comments

Popular posts from this blog

Why String is immutable in java?

What is an interface?

finalize() method in java