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 |
How may messaging models do JMS provide for and what are they?
What is object message ?
Can a jms queue have multiple listeners?
How does jms listener work?
What is the difference between jms and mq?
How does spring jms listener work?
Explain about the exception handling mechanism of JMS?
Is ibm mq jms compliant?
Is jms a message broker?
How to send xml message to jms queue using java?
What is asynchronous messaging in jms?
Are there c/c++ interfaces to wls jms?