Uses of Class
org.apache.activemq.command.ProducerAck
-
Packages that use ProducerAck Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.state -
-
Uses of ProducerAck in org.apache.activemq
Methods in org.apache.activemq with parameters of type ProducerAck Modifier and Type Method Description void
ActiveMQMessageProducer. onProducerAck(ProducerAck pa)
-
Uses of ProducerAck in org.apache.activemq.broker
Methods in org.apache.activemq.broker with parameters of type ProducerAck Modifier and Type Method Description Response
TransportConnection. processProducerAck(ProducerAck ack)
-
Uses of ProducerAck in org.apache.activemq.command
Methods in org.apache.activemq.command with parameters of type ProducerAck Modifier and Type Method Description void
ProducerAck. copy(ProducerAck copy)
-
Uses of ProducerAck in org.apache.activemq.state
Methods in org.apache.activemq.state with parameters of type ProducerAck Modifier and Type Method Description Response
CommandVisitor. processProducerAck(ProducerAck ack)
Response
CommandVisitorAdapter. processProducerAck(ProducerAck ack)
-