How Does the JMS Work with the J2EE ?



How Does the JMS Work with the J2EE ?..

Answer / maanya shree

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 can optionally implement concurrent processing of messages by message-driven beans.

Message send and receive operations can participate in distributed transactions, which allow JMS operations and database accesses to take place within a single transaction.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JMS Interview Questions

How kafka is different from jms?

0 Answers  


What is the diffrence between Java Mail and JMS Queue?

1 Answers  


Is kafka a jms?

0 Answers  


Which messaging modes are included in the java messaging service jms )?

0 Answers  


Can we use jms for sending automated e-mails?

0 Answers  






What is a jms listener?

0 Answers  


What is hermes software?

0 Answers  


Can we send e-mail messages using JMS?

0 Answers  


What is the main parts of jms applications?

0 Answers  


What is ems queue?

0 Answers  


Why jms is used in java?

0 Answers  


What is the publish-and-subscribe model in jms?

0 Answers  


Categories