Java Tutorial - Java Scipt : Message-Driven Bean

Java Tutorial - Java Scipt :

Message-Driven Bean


Message-driven beans are the recommended choice for implementing serverside messaging in J2EE. Because they are EJBs, message-driven beans gain all the same benefits from the container management. They are very simple to
write compared to other types of EJBs, and we’ll cover them in detail in Chapter 10, “Implementing an EJB Container.”