Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

JMS Topic: Monitoring: Durable Subscribers: View Durable Subscriber Details

Configuration Options     Related Tasks     Related Topics

Use this page to display the configuration details of a durable subscriber running on a JMS topic.

Configuration Options

Name Description
Subscription Name

The subscription name for this durable subscriber. This name must be unique for each client ID.

Valid durable subscription names cannot include the following characters: comma ",", equals "=", colon ":", asterisk "*", percent "%", or question mark"?".

MBean Attribute:
JMSDurableSubscriberRuntimeMBean.SubscriptionName

Client ID

A unique client identifier for this durable subscriber.

Note: The client ID is not necessarily equivalent to the WebLogic Server username; that is, a name used to authenticate a user in the WebLogic security realm. You can set the client ID to the WebLogic Server username if it is appropriate for your JMS application.

MBean Attribute:
JMSDurableSubscriberRuntimeMBean.ClientID

Client ID Policy

The policy for the client identifier for this durable subscriber.

Note: The client ID policy is either "Restricted" or "Unrestricted".

Message Selector

The message selector defined for this durable subscriber.

MBean Attribute:
JMSDurableSubscriberRuntimeMBean.Selector

No Local Messages

Specifies whether this durable subscriber receives local messages that it has published.

To prevent this, set the noLocal parameter to true.

MBean Attribute:
JMSDurableSubscriberRuntimeMBean.NoLocal

Related Tasks

Related Topics


Back to Top