Explanation | The activation specification for the message-driven bean is available and the message endpoint has become active and is ready to accept messages. |
Action | No action is required. |
Explanation | The message-driven bean is being removed or the activation specification is no longer available. The message endpoint is no longer available to accept messages. |
Action | No action is required. |
Explanation | The server is starting the message-driven bean but is unable to activate the message endpoint because the activation specification could not be found. The message endpoint will not receive messages until the endpoint can be activated. |
Action | Verify that an activation specification has been configured with the specified name. If the configuration does exist, wait for the activation specification to become available. |