Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Create a Foreign JMS Connection Factory Override

Configuration Options     Related Tasks     Related Topics

Use this page to create a new foreign JMS connection factory override.

A foreign connection factory override defines partition-specific overrides for the most commonly overridden attributes in a ForeignConnectionFactory MBean. It overrides some of the settings in a same-named ForeignConnectionFactory MBean instance in the same multi-tenant scope to which this override MBean belongs.

Configuration Options

Name Description
Foreign JMS Connection Factory Name

The name of this foreign connection factory override. It must match the name of the actual resource to be overridden.

MBean Attribute:
ForeignConnectionFactoryOverrideMBean.Name

Changes take effect after you redeploy the module or restart the server.

Remote JNDI Name

The name of the remote object that will be looked up in the remote JNDI directory.

MBean Attribute:
ForeignConnectionFactoryOverrideMBean.RemoteJNDIName

User Name

The user name that is passed when opening a connection to the remote server (represented by this foreign connection factory).

MBean Attribute:
ForeignConnectionFactoryOverrideMBean.Username

Password

The password used in conjunction with the user name specified in the Username parameter to access the remote connection factory.

MBean Attribute:
ForeignConnectionFactoryOverrideMBean.Password

Confirm Password

Related Tasks

Related Topics


Back to Top