Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Foreign Destination: Configuration

Configuration Options     Related Tasks     Related Topics

A foreign destination (topic or queue) is a destination on a remote server. When this destination is looked up on the local server, a look-up will be performed automatically on the remote JNDI directory, and the object will be returned from that directory.

Use this page to configure a foreign destination.

Configuration Options

Name Description
Name

The name of this foreign destination.

MBean Attribute:
ConfigurationMBean.Name

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

Local JNDI Name

The name that the remote object will be bound to in the local server's JNDI tree. This is the name that should be used to look up the object on the local server.

MBean Attribute (Does not apply to application modules) :
ForeignJNDIObjectBean.LocalJNDIName

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 (Does not apply to application modules) :
ForeignJNDIObjectBean.RemoteJNDIName

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

Related Tasks

Related Topics


Back to Top