Interface TopicSubscriptionViewMBean

All Superinterfaces:
SubscriptionViewMBean
All Known Implementing Classes:
TopicSubscriptionView

public interface TopicSubscriptionViewMBean extends SubscriptionViewMBean
  • Method Details

    • getDiscardedCount

      int getDiscardedCount()
      Returns:
      the number of messages discarded due to being a slow consumer
    • getMaximumPendingQueueSize

      int getMaximumPendingQueueSize()
      Returns:
      the maximun number of messages that can be pending.
    • setMaximumPendingQueueSize

      void setMaximumPendingQueueSize(int max)