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 classServerSessionImplMethods in org.apache.activemq.ra that return InboundContext Modifier and Type Method Description static InboundContextInboundContextSupport. getActiveSessionAndProducer()Returns the currentInboundContextused by the current thread which is processing a message.InboundContextInboundSessionProxy. getSessionAndProducer()Methods in org.apache.activemq.ra with parameters of type InboundContext Modifier and Type Method Description static voidInboundContextSupport. register(InboundContext sessionAndProducer)Registers the session and producer which should be called before theMessageEndpoint.beforeDelivery(java.lang.reflect.Method)method is called.static voidInboundContextSupport. unregister(InboundContext sessionAndProducer)Unregisters the session and producer which should be called after theMessageEndpoint.afterDelivery()method is called.
-