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
Type="String
/>
Parent Elements
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: NameRequired: no
|
Notes
|
Optional information that you can include to describe this configuration.
|
Admin Console field label: NotesRequired: 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
|
Type
|
Returns the type of the MBean.
|
Required: no
|