Uses of Class
org.apache.activemq.store.IndexListener.MessageContext
-
Packages that use IndexListener.MessageContext Package Description org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging -
-
Uses of IndexListener.MessageContext in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region with parameters of type IndexListener.MessageContext Modifier and Type Method Description voidQueue. onAdd(IndexListener.MessageContext messageContext) -
Uses of IndexListener.MessageContext in org.apache.activemq.store
Methods in org.apache.activemq.store with parameters of type IndexListener.MessageContext Modifier and Type Method Description voidIndexListener. onAdd(IndexListener.MessageContext messageContext)called with some global index lock held so that a listener can do order dependent work non null MessageContext.onCompletion called when work is done
-