|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
acknowledgeMode
property
Connection
implementation which can be used with the ActiveMQ JCA
Resource Adapter to publish messages using the same JMS session that is used to dispatch
messages.ConnectionFactory
implementation which creates connections which can
be used with the ActiveMQ JCA Resource Adapter to publish messages using the
same underlying JMS session that is used to dispatch messages.ConnectionMetaData
object provides information describing
the Connection
object.acknowledgeMode
property *
subscriptionDurability
property *
SessionAndProducer
used by the current thread which is processing a message.
null
as its detail message.
MessageProducer
which uses the ActiveMQ JCA ResourceAdapter's
current thread's JMS Session
to send messages.subscriptionDurability
property *
MessageEndpoint.beforeDelivery(java.lang.reflect.Method)
method is called.
Session
instance and
an optional, lazily created MessageProducer
instance
which can them be used by a pooling based JMS provider for publishing
messages using the session used by the current thread.SessionAndProducer
instance being used to process a message
in the current thread so that messages can be produced using the same
session.Session
implementation which can be used with the ActiveMQ JCA
Resource Adapter to publish messages using the same JMS session that is used to dispatch
messages.MessageEndpoint.afterDelivery()
method is called.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |