|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Message.acknowledge()
to
acknowledge that a message is delivered.FactoryBean
for creating a GeronimoBootstrapContext
for the JCA container
with the WorkManager
and XATerminator
.MessageEndpoint
instances, either using XA transactions,
Local (JMS) transactions or regular JMS message acknowledgements.BootstrapContext
and ResourceAdapter
properties to be configured.Connection
which is-a TopicConnection
and
QueueConnection
which is pooled and on close()
will return
itself to the sessionPool.MessageProducer
MessageProducer
Message.acknowledge()
to
acknowledge that a message is delivered.MessageEndpointFactory
which always
uses a single shared instance of a MessageListener
for every endpoint, irrespective
of how many physical endpoints are used.FactoryBean
for creating a GeronimoWorkManager
using a GeronimoTransactionManager
.XAResource
instances must be named to support recovery, so either pass
NamedXAResource
instances through or wrap with the Spring name.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |