How Does the JMS API Work with the J2EE Platform?



How Does the JMS API Work with the J2EE Platform?..

Answer / munnu

When the JMS API was introduced in 1998, its most important purpose was to allow Java applications to access existing messaging-oriented middleware (MOM) systems, such as MQSeries from IBM. Since that time, many vendors have adopted and implemented the JMS API, so that a JMS product can now provide a complete messaging capability for an enterprise.

Since the 1.3 release of the J2EE platform ("the J2EE 1.3 platform"), the JMS API has been an integral part of the platform, and application developers can use messaging with components using J2EE APIs ("J2EE components").

The JMS API in the J2EE platform has the following features.

* Application clients, Enterprise JavaBeans (EJB) components, and Web components can send or synchronously receive a JMS message. Application clients can in addition receive JMS messages asynchronously. (Applets, however, are not required to support the JMS API.)

* Message-driven beans, which are a kind of enterprise bean, enable the asynchronous consumption of messages. A JMS provider may optionally implement concurrent processing of messages by message-driven beans.

* Message sends and receives can participate in distributed transactions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JMS Interview Questions

What is jms consumer?

0 Answers  


How does spring jms listener work?

0 Answers  


What is JMS provider?

1 Answers  


What does kms mean?

0 Answers  


What is the difference between Point to Point and Publish/Subscribe Point-to-point (P2P)

1 Answers  






Can I Use XML to transform more than 10 mb of data? Trasnsfom inbetween two module/methods etc. If not how can I do.

3 Answers   IBM,


What are the different parts of a jms message?

0 Answers  


How do I use a third-party jdbc driver with jms?

0 Answers  


What is the diffrence between Java Mail and JMS Queue?

1 Answers  


Wat is jms client?

0 Answers  


How to Allowe messages to expire ?

0 Answers  


What are Building Blocks of a JMS application?

1 Answers  


Categories