Administration Console Online Help

 Previous Next Contents Index  

 


JMS Bridge Destination --> Configuration

Tasks     Additional Documentation     Attributes

Overview

This tab defines the configuration attributes for a JMS Bridge Destination—either for WebLogic JMS or a third-party JMS product. Attributes on this tab include the name of the destination within the domain, the JNDI name of the adapter used to communicate with the specified destination, the adapter CLASSPATH, properties to pass to the adapter, and the destination type (queue or topic).

Optionally, you can also specify a user name and password for each target and source JMS bridge destination.

Tasks

Creating a JMS Bridge Destination

Adding a Note to a JMS Bridge Destination

Additional Documentation

(Requires an Internet connection.)

"Using a WebLogic Messaging Bridge" in the Administration Guide.

Attributes

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.
JMSBridgeDestinationMBean

Attribute: Name

Configurable: yes

Readable: yes

Writable: yes

Adapter JNDI Name

Defines the JNDI name of the adapter used to communicate with the specified destination. This name is specified in the adapter's deployment descriptor file and is used by the WebLogic Server Connector container to bind the adapter in WebLogic Server JNDI.

MBean: weblogic.management.
configuration.
JMSBridgeDestinationMBean

Attribute: AdapterJNDIName

Default: "eis.jms.WLSConnectionFactoryJNDIXA"

Configurable: yes

Readable: yes

Writable: yes

Adapter Classpath

Defines the CLASSPATH of the bridge destination, which is mainly used to connect to a different release of WebLogic JMS.

When connecting to a destination that is running on WebLogic Server 6.0 or earlier, the bridge destination must supply a CLASSPATH that indicates the locations of the classes for the earlier WebLogic Server implementation.

Note: When connecting to a third-party JMS product, the bridge destination must supply the product's CLASSPATH in the WebLogic Server CLASSPATH.

MBean: weblogic.management.
configuration.
JMSBridgeDestinationMBean

Attribute: Classpath

Configurable: yes

Readable: yes

Writable: yes

Connection URL

Defines the connection URL for a JMS bridge destination.

MBean: weblogic.management.
configuration.
JMSBridgeDestinationMBean

Attribute: ConnectionURL

Configurable: yes

Readable: yes

Writable: yes

Initial Context Factory

Defines the initial context factory name for a JMS bridge destination.

MBean: weblogic.management.
configuration.
JMSBridgeDestinationMBean

Attribute: InitialContextFactory

Default: "weblogic.jndi.WLInitialContextFactory"

Configurable: yes

Readable: yes

Writable: yes

Connection Factory JNDI Name

Defines the connection factory's JNDI name for a JMS bridge destination.

MBean: weblogic.management.
configuration.
JMSBridgeDestinationMBean

Attribute: ConnectionFactoryJNDIName

Default: null

Configurable: yes

Readable: yes

Writable: yes

Destination JNDI Name

Defines the destination JNDI name for a JMS bridge destination.

MBean: weblogic.management.
configuration.
JMSBridgeDestinationMBean

Attribute: DestinationJNDIName

Default: null

Configurable: yes

Readable: yes

Writable: yes

Destination Type

Defines the destination type (Queue or Topic) for a JMS bridge destination.

MBean: weblogic.management.
configuration.
JMSBridgeDestinationMBean

Attribute: DestinationType

Default: Queue

Valid values:

  • Queue

  • Topic

Configurable: yes

Readable: yes

Writable: yes

User Name

Defines an optional user name that the adapter will use to access the bridge destination.

Note:All operations done to the specified destination are done using this user name and the corresponding password. Therefore, the User Name/Password for the source and target destinations must have permission to the access the underlying destinations in order for the messaging bridge to work.

MBean: weblogic.management.
configuration.
JMSBridgeDestinationMBean

Attribute: UserName

Configurable: yes

Readable: yes

Writable: yes

User Password

Defines the user password that the adapter uses to access the bridge destination.

MBean: weblogic.management.
configuration.
JMSBridgeDestinationMBean

Attribute: UserPassword

Configurable: yes

Encrypted: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next