InterviewSolution
Saved Bookmarks
| 1. |
What Is Message-driven Bean? |
|
Answer» 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. 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. |
|