-->
edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > Uniform distributedUniform distributed topics - configure general parameters
Before you begin
After you create a uniform distributed topic, you can modify and define general property values, such as selecting a destination key for sorting messages as they arrive on the members of the distributed topic.
To configure general values for the members of a uniform distributed topic:
} } (document.images){ dcs_imgarray[dcs_ptr] = new Image; dcs_imgarray[dcs_ptr].src = dcs_src; WT[myMeta.name.substring(3)]=myMeta.content; } if DCSext[myMeta.name.substring(7)]=myMeta.content; } } } } for (N in DCS){P+=A( N, DCS[N]);} for (N in WT){P+=A( "WT."+N, WT[N]);} for (N in DCSext){P+=A( N, DCSext[N]);} //} aCrumb=aCookie[i].split("="); if (crumb==aCrumb[0]){ return aCrumb[1]; } } return null; } i=0;i
- If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
- In the Administration Console, navigate to the uniform distributed topic resource that you want to configure:
- On the Configuration: General page:
- In JNDI Name, enter the JNDI name used to look up the distributed topic within the JNDI namespace. Applications use the JNDI Name to look up the distributed topic.
Note: A distributed topic that does not have a JNDI Name can be referenced by passing the Name of the distributed topic to
javax.jms.TopicSession.createTopic().
- In Load Balancing Policy, specify a policy (Round Robin or Random) for how messages are distributed to the members of this distributed topic.
- In Destination Keys, select a pre-configured destination sort key for sorting the messages that arrive on the distributed topic by moving a destination key from the Available column into the Chosen column.
For more information about these fields, see Configuration Options.
- Save your changes:
- Save Changes to JMS Resources in System Modules
- Save changes to JMS resources in an application module
- To activate these changes, in the Change Center of the Administration Console, click Activate Changes.
Not all changes take effect immediately—some require a restart (see Use the Change Center).