Interface QueueInfoBean

  • All Known Implementing Classes:
    QueueInfoBeanImpl

    @ManagedResource(description="Gives an overview of spring-integration queues")
    public interface QueueInfoBean
    Mbean wrapper for QueueChannel Copy of org.springframework.integration.support.management.MessageChannelMetrics with one addiction
    • Method Detail

      • getBeanName

        @ManagedAttribute(description="Overview of beanName",
                          persistPeriod=1)
        java.lang.String getBeanName()
      • getQueueSize

        @ManagedMetric(metricType=GAUGE,
                       displayName="QueueChannel Queue Size")
        int getQueueSize()
      • getRemainingCapacity

        @ManagedMetric(metricType=GAUGE,
                       displayName="QueueChannel Remaining Capacity")
        int getRemainingCapacity()