Uses of Class
org.apache.activemq.command.MessageAck
-
Packages that use MessageAck Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.state -
-
Uses of MessageAck in org.apache.activemq
Methods in org.apache.activemq with parameters of type MessageAck Modifier and Type Method Description protected voidActiveMQSession. sendAck(MessageAck ack)protected voidActiveMQSession. sendAck(MessageAck ack, boolean lazy) -
Uses of MessageAck in org.apache.activemq.command
Methods in org.apache.activemq.command that return MessageAck Modifier and Type Method Description MessageAckJournalQueueAck. getMessageAck()Methods in org.apache.activemq.command that return types with arguments of type MessageAck Modifier and Type Method Description ArrayList<MessageAck>XATransactionId. getPreparedAcks()Methods in org.apache.activemq.command with parameters of type MessageAck Modifier and Type Method Description voidMessageAck. copy(MessageAck copy)voidJournalQueueAck. setMessageAck(MessageAck messageAck)Method parameters in org.apache.activemq.command with type arguments of type MessageAck Modifier and Type Method Description voidXATransactionId. setPreparedAcks(ArrayList<MessageAck> preparedAcks) -
Uses of MessageAck in org.apache.activemq.state
Methods in org.apache.activemq.state with parameters of type MessageAck Modifier and Type Method Description ResponseCommandVisitor. processMessageAck(MessageAck ack)ResponseCommandVisitorAdapter. processMessageAck(MessageAck ack)
-