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

JMSDistributedQueueMember

 


Description

This class represents a JMS distributed queue member, which represents a physical JMS queue as a member of a single distributed set of queues that can be served by multiple WebLogic Server instances within a cluster.

 


Syntax

<JMSDistributedQueueMember
JMSQueue="JMSQueue name"
Name="String"
Notes="String"
Weight="number"
/>

 


Parent Elements

 


Attributes

Table 30-1 JMSDistributedQueueMember attributes

Attribute

Description

Range of Values and Default

JMSQueue

The physical JMS queue that is associated with this member of the distributed queue set.

Admin Console field label: JMS Queue

Required: no

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.

Required: no

Weight

The weight of a distributed destination member is a measure of its ability to handle message load, with respect to the other member destinations in the same distributed set.

Admin Console field label: Weight

Default: 1

 

Skip navigation bar  Back to Top Previous Next