What is the difference between Java Mail and JMS Queue?JMS queue is a store that contains messages that have been sent and are waiting to be read. JMS is the ideal high-performance messaging platform, with full programmatic control over quality of service and delivery options.
JavaMail on the other hand provides lowest common denominator; slow, but human-readable messaging using infrastructure already available on virtually every computing platform.
|