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

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

JMSDistributedTopicMember

Description

This MBean represents a JMS distributed topic member. This should be a topic.

Syntax

<!ELEMENT JMSDistributedTopicMember EMPTY >
<!ATTLIST JMSDistributedTopicMember
   JMSTopic                   CDATA                    #REQUIRED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   Weight                     CDATA                    "1"
>

Parent Elements

The JMSDistributedTopicMember element is a child of the JMSDistributedTopic element.

Attributes

Table 34-1 JMSDistributedTopicMemberMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

JMSTopic

The JMS Topic associated with this distributed topic member.

Defines the underlying physical topic that is associated with this distributed topic member.


JMSTopic

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

Weight

The weight for this distributed queue member.

Defines the weight of the member destination (a measure of its ability to handle message load), with respect to other member destinations in the same distributed destination.

Default: 1

Weight


 

 

Back to Top Previous Next