Foreign JMS Connection Factory -->
Configuration --> General
Tasks Related Topics Attributes
Overview
This tab defines general configuration attributes for an instance of a foreign JMS connection factory. A foreign JMS connection factory contains the JNDI name of the connection factory in the remote JNDI provider, the JNDI name that the connection factory is mapped to in the local WebLogic Server JNDI tree, and an optional user name and password.
Tasks
Creating a Foreign JMS Connection Factory
Related Topics
Using Foreign JMS Providers with WebLogic Server white paper on dev2dev.bea.com
Attributes
Attribute Label
|
Description
|
Value Constraints
|
Name
|
The name of this foreign JMS connection factory configuration. WebLogic Server uses an MBean to implement and persist the configuration.MBean: weblogic.management.
configuration.
ForeignJMSConnectionFactoryMBeanAttribute: Name
|
|
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: weblogic.management.
configuration.
ForeignJMSConnectionFactoryMBeanAttribute: LocalJNDIName
|
Dynamic: yes
|
Remote JNDI Name
|
The name of the remote object that will be looked up in the remote JNDI directory.MBean: weblogic.management.
configuration.
ForeignJMSConnectionFactoryMBeanAttribute: RemoteJNDIName
|
Dynamic: yes
|
User Name
|
The user name that will be passed when opening a connection to the remote JMS server represented by this connection factory. If not set, then no user name will be used.MBean: weblogic.management.
configuration.
ForeignJMSConnectionFactoryMBeanAttribute: Username
|
Dynamic: yes
|
Password
|
The password that will be used in conjunction with the user name specified in the "Username" parameter.MBean: weblogic.management.
configuration.
ForeignJMSConnectionFactoryMBeanAttribute: Password
|
Dynamic: yes
|