Life Cycle of a Message-Driven Bean

The EJB container controls the lifecycle of a Message-driven bean. The Message-driven bean instance lifecycle has three states, as shown in Figure 10.1:

  • Does Not Exist— The Message-driven bean has not been instantiated yet or is awaiting garbage collection.

  • Method Ready Pool— A pool of Message-driven bean instances, similar to the instance pool used for stateless session beans.

  • Processing a message— The Message-driven bean has been instantiated and is handling a message.

Figure 10.1. The Message-driven bean life cycle.

After constructing the new instance of the Message-driven bean object, the container invokes ...

Get Sams Teach Yourself J2EE™ in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.