what is Java Message Service (JMS)?
Answer / 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 |
What is difference between queue and topic?
What is the diffrence between Java Mail and JMS Queue?
Is jms a protocol?
Name the components of jms.
Explain the creation of JMS Administered objects?
Explain how Application server handles the JMS Connection?
What are Building Blocks of a JMS application?
What is jms jndi?
What is Publish/Subscribe Messaging in JMS ?
How can third-party jdbc driver be used with jms?
How do I use a startup class to initialize and later reference jms objects?
What are the steps involved in configuring the jms?