Interface InboundConsumerMBean

  • All Known Implementing Classes:
    InboundConsumer

    public interface InboundConsumerMBean
    MBean interface for InboundConsumer.
    • Method Detail

      • getSubName

        String getSubName()
        The durable subscription name, if provided.
      • getTransacted

        boolean getTransacted()
        true if message consumption occurs in a transaction.
      • getMaxWorks

        int getMaxWorks()
        Maximum number of Work instances to be submitted (0 for infinite).
      • getAckMode

        String getAckMode()
        the session mode.
      • getCloseDurSub

        boolean getCloseDurSub()
        for closing durable subscription
      • getServerSessions

        int getServerSessions()
        Number of created server sessions.
      • getPoolSize

        int getPoolSize()
        Size of the pool of server sessions.
      • getSessions

        String[] getSessions()