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 |
Can jms be used to send an email?
What is Destination ?
Detail about the features of publish model?
What is a queued message?
What is the use of jmstemplate in spring?
What is the use of EventMessage.java?
How you can deliver a java message to a non-java client?
What is the functionality of a jms message selector?
What is synchronous messaging?
What is Byte Message ?
What is difference between JMS and Web Services?
What is jms used for?