InterviewSolution
Saved Bookmarks
| 1. |
What Is Message Driven Bean In Ejb? |
|
Answer» A message driven bean is a TYPE of enterprise bean which is invoked by EJB container when it receives a message from QUEUE or TOPIC. Message driven bean is a STATELESS bean and is USED to do task asynchronously.
A message driven bean is a type of enterprise bean which is invoked by EJB container when it receives a message from queue or topic. Message driven bean is a stateless bean and is used to do task asynchronously.
|
|