Java Message Service (JMS) Question:
What is the difference between Java Mail and JMS Queue?
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.
JavaMail provides lowest common denominator, slow, but human-readable messaging using infrastructure already available on virtually every computing platform.
Previous Question | Next Question |
What is the Role of the JMS Provider? | Does JMS specification define transactions? Queue |