Uses of Class
org.apache.activemq.ActiveMQMessageProducer
-
Packages that use ActiveMQMessageProducer Package Description org.apache.activemq The core JMS client API implementation classes. -
-
Uses of ActiveMQMessageProducer in org.apache.activemq
Subclasses of ActiveMQMessageProducer in org.apache.activemq Modifier and Type Class Description class
ActiveMQQueueSender
A client uses aQueueSender
object to send messages to a queue.class
ActiveMQTopicPublisher
A client uses aTopicPublisher
object to publish messages on a topic.Fields in org.apache.activemq with type parameters of type ActiveMQMessageProducer Modifier and Type Field Description protected CopyOnWriteArrayList<ActiveMQMessageProducer>
ActiveMQSession. producers
Methods in org.apache.activemq with parameters of type ActiveMQMessageProducer Modifier and Type Method Description void
ActiveMQConnection. addProducer(ProducerId producerId, ActiveMQMessageProducer producer)
protected void
ActiveMQSession. addProducer(ActiveMQMessageProducer producer)
Adds a message producer.protected void
ActiveMQSession. removeProducer(ActiveMQMessageProducer producer)
Removes a message producer.protected void
ActiveMQSession. send(ActiveMQMessageProducer producer, ActiveMQDestination destination, Message message, int deliveryMode, int priority, long timeToLive, MemoryUsage producerWindow, int sendTimeout, AsyncCallback onComplete)
Sends the message for dispatch by the broker.
-