Answer Posted / janet
The Java Message Service(JMS) API for accessing enterprise
messaging systems. It is part of the Java 2
platform,Enterprise Edition(J2EE). The Java Message Service
makes it easy to write business applications that
asynchronously send and receive critical business data and
events.
The java Message Service defines a common enterprise
messaging API that is designed to be easily and efficiently
supported by a wide range of enterprise messaging products.
The java Message Service supports both message queing and
publish-subscribe styles of messaging.
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
What is the main parts of jms applications?
Can a jms queue have multiple listeners?
Explain JMS and its Component?
Explain about session interface?
Can jms be used to send an email?
How do I use a third-party jdbc driver with jms?
What is jms producer?
For JMS-enabled application, what are the core JMS-related objects required?
What is jms mean?
What is jms endpoint?
What is jms connection factory?
Explain about publish model?
Does weblogic jms support clustering?
Is jmstemplate thread safe?
How to send xml message to jms queue using java?