Uses of Class
org.apache.activemq.artemis.cli.commands.messages.perf.PerfClientCommand
-
Packages that use PerfClientCommand Package Description org.apache.activemq.artemis.cli.commands.messages.perf -
-
Uses of PerfClientCommand in org.apache.activemq.artemis.cli.commands.messages.perf
Methods in org.apache.activemq.artemis.cli.commands.messages.perf that return PerfClientCommand Modifier and Type Method Description PerfClientCommandPerfClientCommand. setConsumerConnections(int consumerConnections)PerfClientCommandPerfClientCommand. setConsumerProtocol(String consumerProtocol)PerfClientCommandPerfClientCommand. setConsumersPerDestination(int consumersPerDestination)PerfClientCommandPerfClientCommand. setConsumerUrl(String consumerUrl)PerfClientCommandPerfClientCommand. setDurableSubscription(boolean durableSubscription)PerfClientCommandPerfClientCommand. setEnableMessageID(boolean enableMessageID)PerfClientCommandPerfClientCommand. setEnableTimestamp(boolean enableTimestamp)PerfClientCommandPerfClientCommand. setMaxPending(long maxPending)PerfClientCommandPerfClientCommand. setMessageSize(int messageSize)PerfClientCommandPerfClientCommand. setMsgGroupID(String msgGroupID)PerfClientCommandPerfClientCommand. setPersistent(boolean persistent)PerfClientCommandPerfClientCommand. setProducerBenchmark(BenchmarkService producerBenchmark)PerfClientCommandPerfClientCommand. setProducersPerDestination(int producersPerDestination)PerfClientCommandPerfClientCommand. setRate(Long rate)PerfClientCommandPerfClientCommand. setSharedConnections(boolean sharedConnections)PerfClientCommandPerfClientCommand. setSharedSubscription(int sharedSubscription)PerfClientCommandPerfClientCommand. setThreads(int threads)PerfClientCommandPerfClientCommand. setTransaction(boolean transaction)PerfClientCommandPerfClientCommand. setTtl(long ttl)
-