Uses of Enum Class
org.apache.activemq.artemis.core.server.HandleStatus
Packages that use HandleStatus
Package
Description
-
Uses of HandleStatus in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return HandleStatusModifier and TypeMethodDescriptionConsumer.handle(MessageReference reference) There was a change on semantic during 2.3 here.static HandleStatusReturns the enum constant of this class with the specified name.static HandleStatus[]HandleStatus.values()Returns an array containing the constants of this enum class, 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 HandleStatusModifier and TypeMethodDescriptionBridgeImpl.handle(MessageReference ref) Redistributor.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 -
Uses of HandleStatus in org.apache.activemq.artemis.core.server.plugin
Methods in org.apache.activemq.artemis.core.server.plugin with parameters of type HandleStatusModifier and TypeMethodDescriptiondefault voidActiveMQServerBridgePlugin.afterDeliverBridge(Bridge bridge, MessageReference ref, HandleStatus status) Called immediately after a bridge delivers a message but before the message is acknowledged