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

OOPS Concepts with realtime examples

What is an interface?

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