What is message driven bean? what is advantageous?

Showing Answers 1 - 3 of 3 Answers

anupam

  • Oct 14th, 2005
 

Message can be tfred from one source to another des.

by two mtd

1)point 2 point mtd

2 public to priscribed manner

  Was this answer useful?  Yes

Anitha Baru

  • Nov 3rd, 2005
 

It processes multiple JMS msgs asynchronously. It has no home or remote interfaces, and so cannot be directly accessed by internal / external clients. Clients interact with MDB only indirectly by sending a msg to a JMS queue / topic. Only the container directly interacts with MDB by creating bean instances and passing JMS msgs to those instances as necessary.

  Was this answer useful?  Yes

arunmr

  • Feb 20th, 2006
 

Hi, A message-driven bean is an enterprise bean that allows J2EE applications to process messages asynchronouslyAdvantages-----------------A single message Driven bean can process messages from multiple clientsThey are invoked asynchronously.

  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