bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Administration Console Online Help

 Previous Next Contents Index  

 


Foreign JMS Server --> Configuration --> General

Tasks     Related Topics     Attributes

Overview

This tab defines general configuration attributes for an instance of a foreign JMS server. A foreign JMS server represents a JNDI provider that is outside the WebLogic JMS server. It contains information that allows a local WebLogic Server to reach a remote JNDI provider, thereby allowing for a number of foreign JMS connection factory and destination objects to be defined on one JNDI directory.

Tasks

Creating a Foreign JMS Server

Related Topics

"Using Foreign JMS Providers with WebLogic Server" white paper on dev2dev.bea.com

Attributes

Table 0-16

Attribute Label

Description

Value Constraints

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

MBean: weblogic.management.
configuration.
ForeignJMSServerMBean

Attribute: Name


JNDI Initial Context Factory

The name of the class that must be instantiated to access the JNDI provider. This class name depends on the provider and vendor that are being used.

It defaults to weblogic.jndi.WLInitialContextFactory, which is the correct value for WebLogic Server. This value corresponds to the standard JNDI property, java.naming.factory.initial.

MBean: weblogic.management.
configuration.
ForeignJMSServerMBean

Attribute: InitialContextFactory

Default: weblogic.jndi.WLInitialContextFactory

Dynamic: yes

JNDI Connection URL

The URL that WebLogic Server will use to contact the JNDI provider. The syntax of this URL depends on which JNDI provider is being used. This value corresponds to the standard JNDI property, java.naming.provider.url.

If not specified, look-ups will be performed on the JNDI server within the WebLogic Server instance where this connection factory is deployed.

MBean: weblogic.management.
configuration.
ForeignJMSServerMBean

Attribute: ConnectionURL

Dynamic: yes

JNDI Properties

Additional properties that must be set for the particular JNDI provider. These properties will be passed directly to the constructor for the JNDI provider's InitialContext class.

MBean: weblogic.management.
configuration.
ForeignJMSServerMBean

Attribute: JNDIProperties

Dynamic: yes

 

Back to Top Previous Next