DEVFYI - Developer Resource - FYI

What is asynchronous messaging? Queue

JMS Interview Questions and Answers


(Continued from previous question...)

18. What is asynchronous messaging? Queue

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.

(Continued on next question...)

Other Interview Questions