![]() ![]() ![]() ![]() |
Create a JMS Foreign Server Override
Configuration Options Related Tasks Related Topics
Use this page to create a JMS foreign server override.
NOTE: WebLogic Server Multitenant domain partitions are deprecated in WebLogic Server 12.2.1.4.0. The related Console and help pages will be removed in the next release.
A JMS foreign server override defines partition-specific overrides for the most commonly overridden attributes in a ForeignServer MBean. It overrides some of the settings in a same-named ForeignServer MBean instance in the same multi-tenant scope to which this override MBean belongs.
Configuration Options
Name Description Name The name of this foreign server override. It must match the name of the actual resource to be overridden.
MBean Attribute:
ForeignServerOverrideMBean.Name
Changes take effect after you redeploy the module or restart the server.
Initial Context Factory The name of the class that must be instantiated to access the JNDI provider. This class name depends on the JNDI provider and the vendor that are being used.
This value corresponds to the standard JNDI property,
java.naming.factory.initial
.Note: This value defaults to
weblogic.jndi.WLInitialContextFactory
, which is the correct value for WebLogic Server.MBean Attribute:
ForeignServerOverrideMBean.InitialContextFactory
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. For WebLogic JMS, leave this field blank if you are referencing WebLogic JMS objects within the same cluster.
This value corresponds to the standard JNDI property,
java.naming.provider.url
.Note: If this value is not specified, look-ups will be performed on the JNDI server within the WebLogic Server instance where this connection factory is deployed.
MBean Attribute:
ForeignServerOverrideMBean.ConnectionURL
JNDI Properties Credential Any credentials that must be set for the JNDI provider. These credentials will be part of the properties passed directly to the constructor for the JNDI provider's InitialContext class.
Some foreign providers require other properties to be set while obtaining an initial naming context. These properties can be set with a property bean.
MBean Attribute:
ForeignServerOverrideMBean.JNDIPropertiesCredential
Confirm JNDI Properties Credential JNDI Properties Any additional properties that must be set for the JNDI provider. These properties will be passed directly to the constructor for the JNDI provider's InitialContext class.
Some foreign providers require other properties to be set while obtaining an initial naming context. These properties can be set with a property bean.
MBean Attribute:
ForeignServerOverrideMBean.JNDIProperties
![]() |