Administration Console Online Help

 Previous Next Contents Index  

 


Message Driven --> required --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Use this tab in the Administration Console to configure the required information for the message-driven bean.

Tasks

Using the EJB Deployment Descriptor Editor

Additional Documentation

(Requires an Internet connection.)

Attributes

Attribute Label

Description

Value Constraints

EJBName

Specify an enterprise bean's name. The name is assigned to the name of the enterprise bean in the ejb-jar file. The name must be uhnjique among the names of the enterprise beans in the same ejb-jar file.

Attribute: EJBName

Configurable: yes

Readable: yes

Writable: yes

EJBClass

Provide the fully-qualified name of the enterprise bean's class.

Attribute: EJBClass

Configurable: yes

Readable: yes

Writable: yes

Transaction Type

Specify the enterprise bean's transaction management type.

Attribute: TransactionType

Valid values:

  • "Bean"

  • "Container"

Readable: yes

Writable: yes



 

Back to Top Previous Next