Java Message Service (JMS) Question:

What is synchronous messaging? Queue

Answer:

Synchronous messaging involves a client that waits for the server to respond to a message. So if one end is down the entire communication will fail.

Read All 27 Java Message Service (JMS) Questions
Previous QuestionNext Question
Does JMS specification define transactions? Queue What is asynchronous messaging? Queue