Java Message Service (JMS) Question: Download Java Message Service (JMS) PDF

What is asynchronous messaging? Queue

Tweet Share WhatsApp

Answer:

Asynchronous messaging involves a client that does not wait for a message from the server. An event is used to trigger a message from a server. So even if the client is down , the messaging will complete successfully.

Download Java Message Service (JMS) PDF Read All 27 Java Message Service (JMS) Questions
Previous QuestionNext Question
What is synchronous messaging? Queue How does a typical client perform the communication? Queue