Uses of Class
org.apache.activemq.command.MessageAck
Packages that use MessageAck
Package
Description
The core JMS client API implementation classes.
Command objects used via the Command Pattern to communicate among nodes
-
Uses of MessageAck in org.apache.activemq
Methods in org.apache.activemq with parameters of type MessageAckModifier and TypeMethodDescriptionprotected 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 MessageAckMethods in org.apache.activemq.command that return types with arguments of type MessageAckMethods in org.apache.activemq.command with parameters of type MessageAckModifier and TypeMethodDescriptionvoidMessageAck.copy(MessageAck copy) voidJournalQueueAck.setMessageAck(MessageAck messageAck) Method parameters in org.apache.activemq.command with type arguments of type MessageAckModifier and TypeMethodDescriptionvoidXATransactionId.setPreparedAcks(ArrayList<MessageAck> preparedAcks) -
Uses of MessageAck in org.apache.activemq.state
Methods in org.apache.activemq.state with parameters of type MessageAckModifier and TypeMethodDescriptionCommandVisitor.processMessageAck(MessageAck ack) CommandVisitorAdapter.processMessageAck(MessageAck ack)