Class PerfClientCommand

    • Field Detail

      • transaction

        protected boolean transaction
      • sharedSubscription

        protected int sharedSubscription
      • durableSubscription

        protected boolean durableSubscription
      • consumerConnections

        protected int consumerConnections
      • consumersPerDestination

        protected int consumersPerDestination
      • persistent

        protected boolean persistent
      • messageSize

        protected int messageSize
      • rate

        protected Long rate
      • ttl

        protected long ttl
      • msgGroupID

        protected String msgGroupID
      • sharedConnections

        protected boolean sharedConnections
      • producersPerDestination

        protected int producersPerDestination
      • threads

        protected int threads
      • maxPending

        protected long maxPending
      • consumerUrl

        protected String consumerUrl
      • enableMessageID

        protected boolean enableMessageID
      • enableTimestamp

        protected boolean enableTimestamp
    • Constructor Detail

      • PerfClientCommand

        public PerfClientCommand()
    • Method Detail

      • isTransaction

        public boolean isTransaction()
      • getSharedSubscription

        public int getSharedSubscription()
      • setSharedSubscription

        public PerfClientCommand setSharedSubscription​(int sharedSubscription)
      • isDurableSubscription

        public boolean isDurableSubscription()
      • setDurableSubscription

        public PerfClientCommand setDurableSubscription​(boolean durableSubscription)
      • getConsumerConnections

        public int getConsumerConnections()
      • setConsumerConnections

        public PerfClientCommand setConsumerConnections​(int consumerConnections)
      • getConsumersPerDestination

        public int getConsumersPerDestination()
      • setConsumersPerDestination

        public PerfClientCommand setConsumersPerDestination​(int consumersPerDestination)
      • isPersistent

        public boolean isPersistent()
      • getMessageSize

        public int getMessageSize()
      • getRate

        public Long getRate()
      • getTtl

        public long getTtl()
      • getMsgGroupID

        public String getMsgGroupID()
      • isSharedConnections

        public boolean isSharedConnections()
      • setSharedConnections

        public PerfClientCommand setSharedConnections​(boolean sharedConnections)
      • getProducersPerDestination

        public int getProducersPerDestination()
      • setProducersPerDestination

        public PerfClientCommand setProducersPerDestination​(int producersPerDestination)
      • getThreads

        public int getThreads()
      • getMaxPending

        public long getMaxPending()
      • getConsumerUrl

        public String getConsumerUrl()
      • getConsumerProtocol

        public String getConsumerProtocol()
      • isEnableMessageID

        public boolean isEnableMessageID()
      • setEnableMessageID

        public PerfClientCommand setEnableMessageID​(boolean enableMessageID)
      • isEnableTimestamp

        public boolean isEnableTimestamp()
      • setEnableTimestamp

        public PerfClientCommand setEnableTimestamp​(boolean enableTimestamp)