Chapter 8 Creating J2EE Applications for BEA WebLogic


Message Driven Bean Extended attributes

A message-driven bean is a special kind of EJB that acts as a message consumer in the WebLogic JMS messaging system. As with standard JMS message consumers, message-driven beans receive messages from a JMS Queue or Topic, and perform business logic based on the message contents.

EJB deployers create listeners to a Queue or Topic at deployment time, and WebLogic Server automatically creates and removes message-driven bean instances as needed to process incoming messages.

 


Copyright (C) 2005. Sybase Inc. All rights reserved.