Administration Console Online Help

 Previous Next Contents Index  

 


Message Driven Descriptor --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Use this tab to associate a message-driven bean with a JMS destination in WebLogic Server.

Tasks

Using the EJB Deployment Descriptor Editor

Additional Documentation

(Requires an Internet connection.)

Attributes

Attribute Label

Description

Value Constraints

Destination JNDIName

Specify the JNDI name used to associate a message-driven bean with an actual JMS Topic or Queue deployed in the WebLogic Server JNDI tree.

Attribute: DestinationJNDIName

Configurable: yes

Readable: yes

Writable: yes

Initial Context Factory

Specify the initial contextFactory that the container will use to create its connection factorires. If the initial-contextFactory is not specified, the default will be weblogic.jndi.WLInitialContextFactory.

Attribute: InitialContextFactory

Default: "weblogic.jndi.WLInitialContextFactory"

Configurable: yes

Readable: yes

Writable: yes

Provider URL

Specify the URL provider tobe used by the InitialContext. Typically, this is the host:port and used in conjunction with initial-context-factory and connection-factory-jndi-name.

Attribute: ProviderURL

Configurable: yes

Readable: yes

Writable: yes

Connection Factory JNDIName

Specify the JNDI name of the JMS ConnectionFactory that the MessageDriven Bean should look up to create its Queues and Topics.

Attribute: ConnectionFactoryJNDIName

Default: "weblogic.jms.MessageDrivenBeanConnectionFactory"

Configurable: yes

Readable: yes

Writable: yes

JMSPolling Interval Seconds

Specify the number of seconds between attemps to reconnect to the JMS destination.

Attribute: JMSPollingIntervalSeconds

Default: 10

Configurable: yes

Readable: yes

Writable: yes

JMSClient ID

Specify an associated client ID for a message-driven EJB with a durable subscription. The client ID is necessary for associating durable subscriptions to MS topics.

Attribute: JMSClientID

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next