What is a message Driven java bean?What is specific advantage of jsp on client side for web based development?

Showing Answers 1 - 1 of 1 Answers

Vinoth Senthill M G

  • Mar 6th, 2006
 

1. A Message Driven Bean (MDB) is an Enterprise JavaBean (EJB) similar to a session bean, except it responds to a JMS message rather than an RMI event.

2.MDBs were introduced in the EJB 2.0 specification which is supported by Java 2 Platform, Enterprise Edition 1.3 or higher. The message bean represents the integration of JMS (Java Message Service) with EJB to create an entirely new type of bean designed to handle asynchronous JMS messages.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions