Uses of Class
org.apache.activemq.artemis.core.server.HandleStatus
-
-
Uses of HandleStatus in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return HandleStatus Modifier and Type Method Description HandleStatusConsumer. handle(MessageReference reference)There was a change on semantic during 2.3 here.
We now first accept the message, and the actual deliver is done as part ofConsumer.proceedDeliver(MessageReference).static HandleStatusHandleStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static HandleStatus[]HandleStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HandleStatus in org.apache.activemq.artemis.core.server.cluster.impl
Methods in org.apache.activemq.artemis.core.server.cluster.impl that return HandleStatus Modifier and Type Method Description HandleStatusBridgeImpl. handle(MessageReference ref)HandleStatusRedistributor. handle(MessageReference reference) -
Uses of HandleStatus in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return HandleStatus Modifier and Type Method Description HandleStatusServerConsumerImpl. handle(MessageReference ref) -
Uses of HandleStatus in org.apache.activemq.artemis.core.server.plugin
Methods in org.apache.activemq.artemis.core.server.plugin with parameters of type HandleStatus Modifier and Type Method Description default voidActiveMQServerBridgePlugin. afterDeliverBridge(Bridge bridge, MessageReference ref, HandleStatus status)Called immediately after a bridge delivers a message but before the message is acknowledged
-