Uses of Interface
org.apache.activemq.ra.InboundContext
-
Uses of InboundContext in org.apache.activemq.ra
Classes in org.apache.activemq.ra that implement InboundContextMethods in org.apache.activemq.ra that return InboundContextModifier and TypeMethodDescriptionstatic InboundContextInboundContextSupport.getActiveSessionAndProducer()Returns the currentInboundContextused by the current thread which is processing a message.InboundSessionProxy.getSessionAndProducer()Methods in org.apache.activemq.ra with parameters of type InboundContextModifier and TypeMethodDescriptionstatic voidInboundContextSupport.register(InboundContext sessionAndProducer) Registers the session and producer which should be called before thejavax.resource.spi.endpoint.MessageEndpoint#beforeDelivery(java.lang.reflect.Method)method is called.static voidInboundContextSupport.unregister(InboundContext sessionAndProducer) Unregisters the session and producer which should be called after thejavax.resource.spi.endpoint.MessageEndpoint#afterDelivery()method is called.