Interview Questions

What is message-driven bean?

EJB Interview Questions and Answers


(Continued from previous question...)

8. What is message-driven bean?

A message-driven bean combines features of a session bean and a Java Message Service (JMS) message listener, allowing a business component to receive JMS. A message-driven bean enables asynchronous clients to access the business logic in the EJB tier.

(Continued on next question...)

Other Interview Questions