What is the main difference between session beans and message driven beans?

Showing Answers 1 - 1 of 1 Answers

The most visible difference between message-driven beans and session andentity beans is that clients do not access message-driven beans through interfaces.A message-driven bean is an enterprise bean that allows J2EE applications toprocess messages asynchronously. Acts as a listener for the Java Message Service API, processingmessages asynchronouslySession bean performs a task for a client; implements a web service.

  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