Class ProducerBenchmarkBuilder
java.lang.Object
org.apache.activemq.artemis.cli.commands.messages.perf.ProducerBenchmarkBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetDestinations(javax.jms.Destination[] destinations) setEnableMessageID(boolean enableMessageID) setEnableTimestamp(boolean enableTimestamp) setFactory(javax.jms.ConnectionFactory factory) setLoopGroup(io.netty.channel.EventLoopGroup loopGroup) setMaxPending(long maxPending) setMessageCount(long messageCount) setMessageRate(Long messageRate) setMessageSize(int messageSize) setPersistent(boolean persistent) setProducers(int producers) setSharedConnections(boolean sharedConnections) setTimeProvider(MicrosTimeProvider timeProvider) setTransactionCapacity(long transactionCapacity) setTtl(long ttl)
-
Constructor Details
-
ProducerBenchmarkBuilder
public ProducerBenchmarkBuilder()
-
-
Method Details
-
setFactory
-
setTimeProvider
-
setLoopGroup
-
setProducers
-
setMessageCount
-
setGroup
-
setTtl
-
setMessageSize
-
setDestinations
-
setPersistent
-
setMaxPending
-
setTransactionCapacity
-
setMessageRate
-
setEnableTimestamp
-
setEnableMessageID
-
createProducerBenchmark
-