WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

JMSDistributedTopic

 


Description

This MBean represents a JMS distributed topic.

 


Syntax

<JMSDistributedTopic
DeploymentOrder="number"
JNDIName="String"
LoadBalancingPolicy=( "Round-Robin" | "Random" )
Name="String"
Notes="String"
Targets="list of Target names"
/>

 


Parent Elements

 


Child Elements

 


Attributes

Table 27-1 JMSDistributedTopic attributes

Attribute

Description

Range of Values and Default

DeploymentOrder

A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes.

Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters.

Required: no

Default: 1000

Minimum: 0

Maximum: 231-1

JNDIName

Return the JNDI name of the distributed destination.

This value is the name used to look up the distributed destination within the JNDI namespace. Applications can use the JNDI Name to look up the distributed destination. If not specified, then the destination is not bound into the JNDI namespace.

Admin Console field label: JNDI Name

Required: no

LoadBalancingPolicy

Return the load balancing policy for producers sending to this distributed destination.

Defines whether producers will use the Round-Robin or Random distribution policy to balance the message load across the members of a distributed destination.

Admin Console field label: Load Balancing Policy

Required: no

Default: Round-Robin

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

Targets

Set the targets for this deployment. The targets must be either clusters or servers.

Required: no

 

Back to Top Previous Next