What are the enhancements in EJB 2.0 specification with respect to Asynchronous communication?

devquora
devquora

Posted On: Dec 29, 2020

 

EJB 2.0 mandates integration between JMS and EJB. It is specified as the integration of Enterprise JavaBeans with the Java Message Service and has introduced message-driven beans that are a stateless component also invoked by the container as a result of a JMS arrival message. The goal of the message-driven bean model is developing an enterprise bean.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Weblogic Interview Questions

    How does a server know when another server is unavailable?

    WebLogic Server monitors socket errors to check the availability of a server instance. As an example, if server instance A1 has associate degree open socket to server instance B1, and also the socket ...

    Weblogic Interview Questions

    How can I set deployment order for applications?

    You can set the deployment order of a Startup class, follow the instructions in Configure startup classes....

    Weblogic Interview Questions

    How do stubs work in a WebLogic Server cluster?

    Clients that are connected to a WebLogic Server cluster obtain a replica-aware stub for the object. This stub contains the load balancing logic for distributing the load among its host servers. The st...