Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Create a JMS Topic: Properties

Configuration Options     

Use this page to define properties for this JMS topic.

Configuration Options

Name Description
Resource Type

The type of JMS system resource.

Name

The name of this JMS topic.

Notes

Optional information that you can include to describe the configuration of this JMS topic.

JNDI Name

The global JNDI name used to look up the destination within the JNDI namespace.

In a clustered environment, this name is propagated to the entire cluster. If you want the JNDI name to be bound only on the local server, and not propagated to the rest of the cluster, then use the Local JNDI Name parameter.

If not specified, the destination name will not be advertised through the global JNDI namespace.

MBean Attribute (Does not apply to application modules) :
DestinationBean.JNDIName

Template

The JMS template from which the destination is derived. A template provides an efficient means of defining multiple destinations with similar configuration values.

If a JMS template is specified, destination parameters that are set to their default values will instead inherit their values from the JMS template at run-time. However, if a JMS template is not defined, then the configuration values for the destination must be specified as part of the destination.

Although you can dynamically modify the configuration of a JMS template, the configuration values on a destination are static.

MBean Attribute (Does not apply to application modules) :
DestinationBean.Template

Changes take effect after you redeploy the module or restart the server.


Back to Top