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

ForeignJMSDestination

 


Description

This class represents a JMS destination that may be found on a remote server. The destination can represent a queue or a topic. When the destination is looked up on the local server, a look-up will be performed automatically on the remote JNDI directory, and the object will be returned from that directory.

This MBean will always be a sub-element of the ForeignJMSServer.

 


Syntax

<ForeignJMSDestination
LocalJNDIName="String"
Name="String"
Notes="String"
RemoteJNDIName="String"
/>

 


Parent Elements

 


Attributes

Table 17-1 ForeignJMSDestination attributes

Attribute

Description

Range of Values and Default

LocalJNDIName

The name that the remote object will be bound to in the local server's JNDI tree. This is the name that should be used to look up the object on the local server.

Admin Console field label: Local JNDI Name

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

RemoteJNDIName

The name of the remote object that will be looked up in the remote JNDI directory.

Admin Console field label: Remote JNDI Name

 

Skip navigation bar  Back to Top Previous Next