What is the diffrence between Java Mail and JMS Queue?
Answer / munnu
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)?
What is a message topic?
What is JMS provider?
How does a sender application transport/send a message through jms?
What are the different messaging paradigms JMS supports?
When to Remove messages from the queue ?
Can we send message from one server to another server using jms?
What is the difference between a queue and a topic?
What is the difference between queue and topic ?
How Does the JMS API Work with the J2EE Platform?
What are the steps to send and receive JMS message ?
How does a typical client perform the communication?