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

What is Byte Message ?

1 Answers  


How to consume message from jms queue in soa 12c?

0 Answers  


1)what is global forwards in struts? 2) whait si struts navigation flow?

6 Answers  


Why do we use message queue?

0 Answers  


Can we send message from one server to another server using jms?

0 Answers  






How Does the JMS Work with the J2EE ?

1 Answers  


What are the components of a jms messaging application?

0 Answers  


What is jms active mq?

0 Answers  


Can jms be used to send an email?

0 Answers  


What is ems queue?

0 Answers  


What is jms server?

0 Answers  


What is a jms session?

0 Answers  


Categories