Uses of Class
org.apache.activemq.artemis.core.server.impl.AckReason
-
-
Uses of AckReason in org.apache.activemq.artemis.core.paging.cursor
Methods in org.apache.activemq.artemis.core.paging.cursor with parameters of type AckReason Modifier and Type Method Description voidPagedReferenceImpl. acknowledge(Transaction tx, AckReason reason, ServerConsumer consumer) -
Uses of AckReason in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice with parameters of type AckReason Modifier and Type Method Description voidPostOffice. postAcknowledge(MessageReference ref, AckReason reason) -
Uses of AckReason in org.apache.activemq.artemis.core.postoffice.impl
Methods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type AckReason Modifier and Type Method Description voidPostOfficeImpl. postAcknowledge(MessageReference ref, AckReason reason) -
Uses of AckReason in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type AckReason Modifier and Type Method Description voidMessageReference. acknowledge(Transaction tx, AckReason reason, ServerConsumer consumer)voidQueue. acknowledge(MessageReference ref, AckReason reason, ServerConsumer consumer)voidQueue. acknowledge(Transaction tx, MessageReference ref, AckReason reason, ServerConsumer consumer, boolean delivering)intQueue. deleteMatchingReferences(int flushLImit, Filter filter, AckReason ackReason)voidQueue. postAcknowledge(MessageReference ref, AckReason reason)voidQueue. postAcknowledge(MessageReference ref, AckReason reason, boolean delivering) -
Uses of AckReason in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return AckReason Modifier and Type Method Description static AckReasonAckReason. fromValue(byte value)static AckReasonAckReason. valueOf(String name)Returns the enum constant of this type with the specified name.static AckReason[]AckReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.artemis.core.server.impl with parameters of type AckReason Modifier and Type Method Description voidGroupFirstMessageReference. acknowledge(Transaction tx, AckReason reason, ServerConsumer consumer)voidLastValueQueue. acknowledge(MessageReference ref, AckReason reason, ServerConsumer consumer)voidLastValueQueue. acknowledge(Transaction tx, MessageReference ref, AckReason reason, ServerConsumer consumer, boolean delivering)voidMessageReferenceImpl. acknowledge(Transaction tx, AckReason reason, ServerConsumer consumer)voidQueueImpl. acknowledge(MessageReference ref, AckReason reason, ServerConsumer consumer)voidQueueImpl. acknowledge(Transaction tx, MessageReference ref, AckReason reason, ServerConsumer consumer, boolean delivering)The parameter delivering can be sent as false in situation where the ack is coming outside of the context of delivering.intQueueImpl. deleteMatchingReferences(int flushLimit, Filter filter1, AckReason ackReason)voidQueueImpl. postAcknowledge(MessageReference ref, AckReason reason)voidQueueImpl. postAcknowledge(MessageReference ref, AckReason reason, boolean delivering)The parameter delivering can be sent as false in situation where the ack is coming outside of the context of delivering.Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type AckReason Constructor Description RefsOperation(Queue queue, AckReason reason, StorageManager storageManager) -
Uses of AckReason in org.apache.activemq.artemis.core.server.mirror
Methods in org.apache.activemq.artemis.core.server.mirror with parameters of type AckReason Modifier and Type Method Description voidMirrorController. postAcknowledge(MessageReference ref, AckReason reason) -
Uses of AckReason in org.apache.activemq.artemis.core.server.plugin
Methods in org.apache.activemq.artemis.core.server.plugin with parameters of type AckReason Modifier and Type Method Description default voidActiveMQServerMessagePlugin. messageAcknowledged(MessageReference ref, AckReason reason)default voidActiveMQServerMessagePlugin. messageAcknowledged(MessageReference ref, AckReason reason, ServerConsumer consumer)Deprecated.default voidActiveMQServerMessagePlugin. messageAcknowledged(Transaction tx, MessageReference ref, AckReason reason, ServerConsumer consumer)A message has been acknowledged -
Uses of AckReason in org.apache.activemq.artemis.core.server.plugin.impl
Methods in org.apache.activemq.artemis.core.server.plugin.impl with parameters of type AckReason Modifier and Type Method Description voidLoggingActiveMQServerPlugin. messageAcknowledged(Transaction tx, MessageReference ref, AckReason reason, ServerConsumer consumer)A message has been acknowledgedvoidLoggingActiveMQServerPluginLogger_impl. messageAcknowledgedDetails(String messageID, String sessionID, String consumerID, String queueName, String tx, AckReason reason)voidLoggingActiveMQServerPluginLogger. messageAcknowledgedDetails(String messageID, String sessionID, String consumerID, String queueName, String tx, AckReason reason) -
Uses of AckReason in org.apache.activemq.artemis.core.transaction
Methods in org.apache.activemq.artemis.core.transaction with parameters of type AckReason Modifier and Type Method Description RefsOperationTransaction. createRefsOperation(Queue queue, AckReason reason) -
Uses of AckReason in org.apache.activemq.artemis.core.transaction.impl
Methods in org.apache.activemq.artemis.core.transaction.impl with parameters of type AckReason Modifier and Type Method Description RefsOperationTransactionImpl. createRefsOperation(Queue queue, AckReason reason)
-