Java Message Service (JMS) Question:

What is the difference between Java Mail and JMS Queue?

Java Message Service (JMS) Interview Question
Java Message Service (JMS) Interview Question

Answer:

JMS is the ideal high-performance messaging platform for intrabusiness messaging, with full programmatic control over quality of service and delivery options.
JavaMail provides lowest common denominator, slow, but human-readable messaging using infrastructure already available on virtually every computing platform.


Previous QuestionNext Question
What is the Role of the JMS Provider? Does JMS specification define transactions? Queue