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 |
Explain how does the JMS work with the J2EE?
Which messaging modes are included in the java messaging service jms )?
Explain about publish model?
Can we send message from one server to another server using jms?
What is an object message?
Explain about Connection interface?
Why jms is used in java?
Are you aware of any major JMS products available in the market?
What is the difference between pub/sub and Point to Point i.e. p2p. ?
What is jms full form?
How to Set message priority levels?
What is wire level protocol?