What is a message-drive bean?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is a message-drive bean?
Rating:
A message-driven bean is a type of EJB (Enterprise JavaBean) that provides asynchronous communication. A message-driven bean's instance handles only one client message at a time and which is short lived. The message from the client arrives through JMS (Java Message Service) and is transferred to the message-driven bean's instance via the EJB container.
Rating:
Was this information helpful?
Other articles
- What is the not equal to operator?
- What are boolean logical operators ?
- What is the private access specifier?
- What is inheritance?
- What is a servlet?