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

Java EE 6 Software Development Kit installation

finalize() method in java

What are PermSize and MaxPermSize and how they work in Java.