Uses of Interface
org.apache.activemq.ra.InboundContext
-
Packages that use InboundContext Package Description org.apache.activemq.ra JCA managed connections and resource adapters for working with ActiveMQ -
-
Uses of InboundContext in org.apache.activemq.ra
Classes in org.apache.activemq.ra that implement InboundContext Modifier and Type Class Description class
ServerSessionImpl
Methods in org.apache.activemq.ra that return InboundContext Modifier and Type Method Description static InboundContext
InboundContextSupport. getActiveSessionAndProducer()
Returns the currentInboundContext
used by the current thread which is processing a message.InboundContext
InboundSessionProxy. getSessionAndProducer()
Methods in org.apache.activemq.ra with parameters of type InboundContext Modifier and Type Method Description static void
InboundContextSupport. register(InboundContext sessionAndProducer)
Registers the session and producer which should be called before theMessageEndpoint.beforeDelivery(java.lang.reflect.Method)
method is called.static void
InboundContextSupport. unregister(InboundContext sessionAndProducer)
Unregisters the session and producer which should be called after theMessageEndpoint.afterDelivery()
method is called.
-