Spring / JMS
Explain Asynchronous messaging in JMS.
In asynchronous messaging, client does not wait for a message from the server, instead it automatically creates an event to trigger when response received from server. For example, email and text messaging.
More Related questions...