edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > JMS Topic: Monitoring: Durable Subscribers: Create Durable Subscriber
JMS Topic: Monitoring: Durable Subscribers: Create Durable Subscriber
Configuration Options Related Tasks Related Topics
Use this page to create a new durable subscriber for a JMS topic.
Configuration Options
Name Description Subscription Name The subscription name for this durable subscriber. This name must be unique per 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, of course, set the client ID to the WebLogic Server username, if it is appropriate for your JMS application.
MBean Attribute:
JMSDurableSubscriberRuntimeMBean.ClientID
Message Selector The message selector defined for this durable subscriber.
MBean Attribute:
JMSDurableSubscriberRuntimeMBean.Selector
No Local Messages Whether this durable subscriber recieves local messages it has published itself.
To prevent this, set the
noLocal parameter to
true.
MBean Attribute:
JMSDurableSubscriberRuntimeMBean.NoLocal
![]()