DEVFYI - Developer Resource - FYI

What are the advantages of JMS?

JMS Interview Questions and Answers


(Continued from previous question...)

35. What are the advantages of JMS?

JMS is asynchronous in nature. Thus not all the pieces need to be up all the time for the application to function as a whole. Even if the receiver is down the MOM will store the messages on it's behalf and will send them once it comes back up. Thus at least a part of application can still function as there is no blocking.

(Continued on next question...)

Other Interview Questions