Este conteúdo não está disponível no idioma selecionado.
7.4. Message-Driven Beans
7.4.1. Message-Driven Beans Copiar o linkLink copiado para a área de transferência!
Copiar o linkLink copiado para a área de transferência!
Message-driven Beans (MDBs) provide an event driven model for application development. The methods of MDBs are not injected into or invoked from client code but are triggered by the receipt of messages from a messaging service such as a Java Messaging Service (JMS) server. The Java EE 6 specification requires that JMS is supported but other messaging systems can be supported as well.