Skip navigation.

WebLogic Server Configuration Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

JMSBridgeDestination

 


Description

This class represents a messaging bridge destination for a JMS messaging product.

Each messaging bridge consists of two destinations that are being bridged: a source destination that the bridge reads messages from, and a target destination where the bridge sends the messages that it receives from the source destination.

 


Syntax

<JMSBridgeDestination
AdapterJNDIName="String"
Classpath="String"
ConnectionFactoryJNDIName="String"
ConnectionURL="String"
DestinationJNDIName="String"
DestinationType=( "Queue" | "Topic" )
InitialContextFactory="String"
Name="String"
Notes="String"
UserName="String"
UserPasswordEncrypted="[B"
/>

 


Parent Elements

 


Attributes

Table 26-1 JMSBridgeDestination attributes

Attribute

Description

Range of Values and Default

AdapterJNDIName

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.

Admin Console field label: Adapter JNDI Name

Default: eis.jms.WLSConnectionFactoryJNDIXA

Classpath

The CLASSPATH of the bridge destination. This is used mainly to connect to another release of WebLogic Server.

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.

Admin Console field label: Adapter Classpath

Required: no

ConnectionFactoryJNDIName

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

Admin Console field label: Connection Factory JNDI Name

ConnectionURL

The connection URL for a JMS bridge destination.

Admin Console field label: Connection URL

Required: no

DestinationJNDIName

The destination JNDI name for a JMS bridge destination.

Admin Console field label: Destination JNDI Name

DestinationType

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

Admin Console field label: Destination Type

Required: no

Default: Queue

InitialContextFactory

The initial context factory name for a JMS bridge destination.

Admin Console field label: Initial Context Factory

Required: no

Default: weblogic.jndi.WLInitialContextFactory

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Admin Console field label: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Admin Console field label: Notes

Required: no

UserName

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.

Admin Console field label: User Name

Required: no

UserPasswordEncrypted

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

Required: no

Encrypted: yes

 

Skip navigation bar  Back to Top Previous Next