bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

JMSBridgeDestination

Description

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

Each messaging bridge consists of two destinations that are being bridged: the source destination is the destination from which messages are received, while the target destination is the destination to which messages are sent.

Syntax

<!ELEMENT JMSBridgeDestination EMPTY >
<!ATTLIST JMSBridgeDestination
   AdapterJNDIName            CDATA                    
                                           "eis.jms.WLSConnectionFactoryJNDIXA"
   Classpath                  CDATA                    #IMPLIED
   ConnectionFactoryJNDIName  CDATA                    #IMPLIED
   ConnectionURL              CDATA                    #IMPLIED
   DestinationJNDIName        CDATA                    #IMPLIED
   DestinationType            (Queue | Topic)          "Queue"
   InitialContextFactory      CDATA                    
                                        "weblogic.jndi.WLInitialContextFactory"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   UserName                   CDATA                    #IMPLIED
   UserPassword               CDATA                    #IMPLIED
>

Parent Elements

The JMSBridgeDestination element is a child of the Domain element.

Attributes

Table 27-1 JMSBridgeDestinationMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Adapter-JNDIName

Defines the JNDI name of the adapter used to communicate with the specified destination. This name is 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.

Default: "eis.jms.WLSConnectionFactoryJNDIXA"

Adapter JNDIName

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 3rd party JMS provider, the bridge destination must supply the provider's CLASSPATH either with this attribute or in the WebLogic Server CLASSPATH.


Classpath

Connection-Factory-JNDIName

Defines the connection factory's JNDI name for a JMS bridge destination. This attribute is only applicable to JMS destinations.

Default: null

Connection Factory JNDI Name

Connection-URL

Defines the connection URL for a JMS bridge destination. This attribute is only applicable to JMS destinations.


Connection URL

Destination-JNDIName

Defines the destination JNDI name (Queue or Topic) for a JMS bridge destination. This attribute is only applicable to JMS destinations.

Default: null

Destination JNDI Name

Destination-Type

Defines the destination type (Queue or Topic) for a JMS bridge destination. This attribute is only applicable to JMS destinations.

Default: Queue

Valid values:

  • Queue

  • Topic

Destination Type

Initial-Context-Factory

Defines the initial context factory name for a JMS bridge destination. This attribute is only applicable to JMS destinations.

Default: "weblogic.jndi.WLInitialContextFactory"

Initial Context Factory

Name

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


Name

Notes

Optional information that you can include to describe this configuration.


Notes

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 JMS destinations in order for the messaging bridge to work.


User Name

User-Password

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


User Password


 

 

Back to Top Previous Next