Administration Console Online Help

 Previous Next Contents Index  

 


Message Driven --> optional --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Use this tab in the Administration Console to configure the optional 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

Message Selector

Specify the JMS message selector to be used in determining which message a message-driven bean is to receive.

Attribute: MessageSelector

Configurable: yes

Readable: yes

Writable: yes

Acknowledge Mode

Specify whether JMS AUTO_ACKNOWLEDGE or DUPS_OK_ACKNOWLEDGE message acknowledgement semantics should be used for the onMessage of a message-driven bean that uses bean- managed transaction demarcation. If acknowledge-mode is not specified, the bean uses JMS AUTO_ACKNOOWLEDGE semantics are assumed.

Attribute: AcknowledgeMode

Valid values:

  • "Auto-acknowledge"

  • "Dups-ok-acknowledge"

Readable: yes

Writable: yes

Description

Provide text that describes the parent element.

Attribute: Description

Configurable: yes

Readable: yes

Writable: yes

Display Name

Provide a short name that is intended to be displayed by tools.

Attribute: DisplayName

Configurable: yes

Readable: yes

Writable: yes

Small Icon

Provide the name of a file containng a small (16 x 16) icon image. The file name is the relative path within the ejb-jar file. The image must be either in the JPEG or GIF format, and the file name must end with the suffix .jpg or .gif respectively.

Attribute: SmallIcon

Configurable: yes

Readable: yes

Writable: yes

Large Icon

Provide the name of a file containing a large (32 x 32) icon image. The file name is a relative path within the ejb-jar. file. The image must be either in the JPEG or GIF format, and the file name must end with the suffix .jpg or .gif respectively. The icon must be used with tools.

Attribute: LargeIcon

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next