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


Type="String


UserName="String


UserPassword="String



/>

 


Parent Elements

 


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 NameDefault: 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 ClasspathRequired: 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 URLRequired: 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 TypeRequired: noDefault: Queue
InitialContextFactory The initial context factory name for a JMS bridge destination. Admin Console field label: Initial Context FactoryRequired: noDefault: weblogic.jndi.WLInitialContextFactory
Name The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. Admin Console field label: NameRequired: no
Notes Optional information that you can include to describe this configuration. Admin Console field label: NotesRequired: no
Type Returns the type of the MBean. 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 NameRequired: no
UserPassword The user password that the adapter uses to access the bridge destination. Admin Console field label: User PasswordRequired: noEncrypted: yes

Skip navigation bar  Back to Top Previous Next