Package | Description |
---|---|
org.apache.activemq.ra |
JCA managed connections and resource adapters for working with ActiveMQ
|
Modifier and Type | Class and Description |
---|---|
class |
ServerSessionImpl |
Modifier and Type | Method and Description |
---|---|
static InboundContext |
InboundContextSupport.getActiveSessionAndProducer()
Returns the current
InboundContext used by the current thread
which is processing a message. |
InboundContext |
InboundSessionProxy.getSessionAndProducer() |
Modifier and Type | Method and Description |
---|---|
static void |
InboundContextSupport.register(InboundContext sessionAndProducer)
Registers the session and producer which should be called before the
MessageEndpoint.beforeDelivery(java.lang.reflect.Method)
method is called. |
static void |
InboundContextSupport.unregister(InboundContext sessionAndProducer)
Unregisters the session and producer which should be called after the
MessageEndpoint.afterDelivery()
method is called. |
Copyright © 2005–2014. All rights reserved.