Administration Console Online Help

 Previous Next Contents Index  

 


JMS Distributed Topic --> Configuration --> General

Tasks     Additional Documentation     Attributes

Overview

This tab defines general configuration attributes for a set of JMS distributed topics.

Tasks

Create a JMS Distributed Topic

Delete a JMS Distributed Topic

Additional Documentation

(Requires an Internet connection.)

"Developing a WebLogic JMS Application"in Programming WebLogic JMS

"Managing JMS" in the Administration Guide

Attributes

Attribute Label

Description

Value Constraints

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

MBean: weblogic.management.
configuration.
JMSDistributedTopicMBean

Attribute: Name

Configurable: yes

Readable: yes

Writable: yes

JNDI Name

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.

MBean: weblogic.management.
configuration.
JMSDistributedTopicMBean

Attribute: JNDIName

Configurable: yes

Readable: yes

Writable: yes

Load Balancing Policy

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.

MBean: weblogic.management.
configuration.
JMSDistributedTopicMBean

Attribute: LoadBalancingPolicy

Default: Round-Robin

Valid values:

  • Round-Robin

  • weblogic.management.configuration.JMSConstants.RANDOM

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next