Uses of Class
org.apache.activemq.artemis.cli.commands.messages.Producer
-
Packages that use Producer Package Description org.apache.activemq.artemis.cli.commands.messages -
-
Uses of Producer in org.apache.activemq.artemis.cli.commands.messages
Methods in org.apache.activemq.artemis.cli.commands.messages that return Producer Modifier and Type Method Description ProducerProducer. setFile(String file)ProducerProducer. setMessage(String message)ProducerProducer. setMessageSize(int messageSize)ProducerProducer. setMsgGroupID(String msgGroupID)ProducerProducer. setMsgTTL(long msgTTL)ProducerProducer. setNonpersistent(boolean nonpersistent)ProducerProducer. setObjectSize(int objectSize)ProducerProducer. setProperties(String properties)ProducerProducer. setTextMessageSize(int textMessageSize)
-