Difference between Java Mail and JMS Queue

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.
Difference between JMS and RPC
JMS and RPC - The basic difference between RPC and JMS lies in the way they message. RPC uses synchronous messaging..
What are the advantages of JMS?
JMS advantages - Due to asynchronous messaging, all the pieces don’t need to be up for the application to function as a whole...
Use of Message object
JMS Message object - Message Object is a light weight entity that comprises of only header and properties. It does not comprise of payload...
Post your comment