Skip navigation.

Administration Console Online Help

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index

 


Durable Subscribers

This page shows the durable subscribers that are running on your JMS topics. WebLogic JMS stores durable subscribers in a persistent, disk-based file store or JDBC-accessible database until the message has been delivered to the subscribers or has expired, even if those subscribers are not active when the message is delivered.

Durable Subscriber Information

Client ID — The unique client ID for this durable subscriber.

Subscription Name — The subscription name for this durable subscriber.

No Local — The noLocal flag for this durable subscriber, which when enabled, can prevent an application from receiving messages it has published itself.

Active — Determines whether this subscription is being used by a durable subscriber.

Selector — If specified, the message selector for filtering messages.

Messages Pending Count — The number of messages that are stored in the system but which are not visible, and therefore cannot be received. Message visibility is affected by various delivery options including, but not limited to, transactions, message delivery and redelivery time, message expiration, and receipt without acknowledgement. Pending messages are over and above the current number of messages.

Messages Current Count — The number of messages still available by this durable subscriber.

Bytes Pending Count — The number of bytes that are stored in the system but which are not visible, and therefore cannot be received. Byte visibility is affected by various delivery options including, but not limited to, transactions, message delivery and redelivery time, message expiration, and receipt without acknowledgement. Pending bytes are over and above the current number of bytes.

Bytes Current Count — The number of bytes received by this durable subscriber.

 

Skip navigation bar  Back to Top Previous Next