For example, a message-driven bean can setup a proper identity, using the information from the message, before invoking a session EJB.
例如,消息驱动的Bean可以在调用会话ejb之前,使用消息中的信息设置适当的标识。
As you can see, the MDB Bean type is message-driven, and the EJB USES container managed transactions.
可以看到,MDBBean类型是消息驱动的,并且EJB使用容器管理的事务。
The EJB JAR has a stateless session bean, which is used to produce a message, and a message-driven bean used to consume a message.
EJBJAR具有一个无状态会话Bean,用于产生消息,而消息驱动 Bean 用于使用消息。
The client may be implemented as a JMS client or an EJB message-driven bean.
客户机可以实现为JMS 客户机或EJB消息驱动的Bean。
An enterprise service can be offered to clients as a web service, a session EJB component, or a message-driven bean.
企业服务可以作为Web服务、会话ejb组件、或者消息驱动的bean提供给客户。
The JMS endpoint is enabled by creating a message-driven bean that front ends the EJB.
而jms端点则是通过在EJB前创建消息驱动的Bean来启用的。
It also includes the JMS client, which enables users to create applications using message-driven beans (MDBs), a type of EJB that exists solely to process these messages.
它还包含一个JMS客户机,这个客户机使用户能够创建使用消息驱动bean (message - driven bean,mdb)的应用程序,MDB是一种只用来处理这些消息的EJB。
EJB 3.0 simplified API: Defines the new simplified API used to code EJB components, specifically session beans and message-driven beans.
EJB 3.0简化api:定义用于编码eJB组件(特别是会话Bean和消息驱动的Bean)的新简化的API。
EJB 3.0 Simplified API: Defines the new simplified API used to code EJB components; specifically, session beans and message-driven beans.
EJB 3.0简化API:定义用于编码 EJB组件(特别是会话Bean和消息驱动的 Bean)的新简化的 API。
Jms-mdb-sample - demonstrates the Message-Driven Bean in EJB 3.0.
jms - mdb - sample——演示e JB 3.0中的消息驱动Bean。
You can inspect this from the EJB deployment descriptor for the message-driven bean that was created in the JMS router project.
可以从在JMS路由器项目中创建的MDB 的EJB部署描述符检查此设置。
You can inspect this from the EJB deployment descriptor for the message-driven bean that was created in the JMS router project.
可以从在JMS路由器项目中创建的MDB 的EJB部署描述符检查此设置。
应用推荐