Uses of Interface
org.apache.activemq.artemis.api.core.client.ClientProducer
-
Packages that use ClientProducer Package Description org.apache.activemq.artemis.api.core.client org.apache.activemq.artemis.jms.client -
-
Uses of ClientProducer in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client that return ClientProducer Modifier and Type Method Description ClientProducerClientSession. createProducer()Creates a producer with no default address.ClientProducerClientSession. createProducer(java.lang.String address)Creates a producer which sends messages to the given addressClientProducerClientSession. createProducer(org.apache.activemq.artemis.api.core.SimpleString address)Creates a producer which sends messages to the given addressClientProducerClientSession. createProducer(org.apache.activemq.artemis.api.core.SimpleString address, int rate)Creates a producer which sends messages to the given address -
Uses of ClientProducer in org.apache.activemq.artemis.jms.client
Constructors in org.apache.activemq.artemis.jms.client with parameters of type ClientProducer Constructor Description ActiveMQMessageProducer(ActiveMQConnection connection, ClientProducer producer, ActiveMQDestination defaultDestination, ActiveMQSession session, ConnectionFactoryOptions options)
-