Skip navigation.

Administration Console Online Help

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index

 


Messaging Bridge --> Configure --> JMS Bridge Destination

Tasks     Related Topics     Attributes

Overview

Use this panel to define 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 JMS bridge 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

Configuring a Messaging Bridge

Related Topics

Messaging Bridge

Configuring JMS Bridge Destinations

Attributes

Table 114-2

Attribute Label

Description

Value Constraints

Name

A JMS bridge destination name for the actual JMS destination being mapped to the bridge. This name must be unique across a WebLogic domain.

For example, if you are bridging between WebLogic Server releases 6.1 and 8.1, for the source destination you could change the default bridge destination name to "61to81SourceDestination". Then, when you create the corresponding target destination, you could name it as "61to81TargetDestination". Once the bridge destinations are configured, these names are listed as options in the Source Destination and Target Destination attributes on the Bridges —> General tab.

MBean: weblogic.management.
configuration.
JMSBridgeDestinationMBean

Attribute: Name


Connection URL

The connection URL for a JMS bridge destination.

MBean: weblogic.management.
configuration.
JMSBridgeDestinationMBean

Attribute: ConnectionURL


Connection Factory JNDI Name

The JMS connection factory used to create a connection for the actual JMS destination being mapped to the JMS bridge destination.

Note: In order to use the Exactly-once quality of service for transactions, the connection factory has to be a XAConnection Factory.

MBean: weblogic.management.
configuration.
JMSBridgeDestinationMBean

Attribute: ConnectionFactoryJNDIName

Default: null

Destination JNDI Name

The JNDI name of the actual JMS destination being mapped to the JMS bridge destination.

MBean: weblogic.management.
configuration.
JMSBridgeDestinationMBean

Attribute: DestinationJNDIName

Default: null

Destination Type

The destination type (queue or topic) for a JMS bridge destination.

MBean: weblogic.management.
configuration.
JMSBridgeDestinationMBean

Attribute: DestinationType

Default: Queue

Valid values:

  • Queue

  • Topic

User Name

The 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


User Password

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

MBean: weblogic.management.
configuration.
JMSBridgeDestinationMBean

Attribute: UserPassword

Encrypted: yes

 

Skip navigation bar  Back to Top Previous Next