Tuesday, November 29, 2011

What is the Java Message Service?

A: The Java Message Service (JMS) API is an API for accessing enterprise messaging systems. It is part of the Java 2 Platform, Enterprise Edition (J2EE).<br><br>The Java Message Service makes it easy to write business applications that asynchronously send and receive critical business data and events.<br><br>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.<br><br>The Java Message Service supports both message queueing and publish-subscribe styles of messaging.
Category:JMS Interview Questions

No comments:

Post a Comment