Class PerfProducerCommand

  • All Implemented Interfaces:
    Action

    @Command(name="producer",
             description="It will send messages to a broker instance")
    public class PerfProducerCommand
    extends PerfCommand
    • Field Detail

      • persistent

        protected boolean persistent
      • messageSize

        protected int messageSize
      • rate

        protected Long rate
      • ttl

        protected long ttl
      • msgGroupID

        protected String msgGroupID
      • sharedConnections

        protected boolean sharedConnections
      • txSize

        protected long txSize
      • producersPerDestination

        protected int producersPerDestination
      • threads

        protected int threads
      • maxPending

        protected long maxPending
      • enableMessageID

        protected boolean enableMessageID
      • enableTimestamp

        protected boolean enableTimestamp
    • Constructor Detail

      • PerfProducerCommand

        public PerfProducerCommand()