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
How to Send object as message in JMS?
Explain about session interface?
Which messaging modes are included in the java messaging service jms )?
What is spring jms?
Which jms standard interface defines the methods to create the different types of messages?
Are there c/c++ interfaces to wls jms?
What is the use of EventMessage.java?
Explain about map message?
What is asynchronous messaging?
What is the difference between Jms and Jvt ?
What is the point-to-point model in jms?
What is jms message queue?
What is jms mean?
What are the types of communication provided by jms?
Must I place all my class files in the WEB-INF folder and all JSP's outside?