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 are the elements of the Java security policy?
- What is an abstract class?
- What is MOM?
- What is a constructor?
- What are the types of Web services?