Package | Description |
---|---|
org.springframework.jms.connection |
Provides a PlatformTransactionManager implementation for a single
JMS ConnectionFactory, and a SingleConnectionFactory adapter.
|
Modifier and Type | Method and Description |
---|---|
static javax.jms.Session |
ConnectionFactoryUtils.doGetTransactionalSession(javax.jms.ConnectionFactory connectionFactory,
ConnectionFactoryUtils.ResourceFactory resourceFactory)
Obtain a JMS Session that is synchronized with the current transaction, if any.
|
static javax.jms.Session |
ConnectionFactoryUtils.doGetTransactionalSession(javax.jms.ConnectionFactory connectionFactory,
ConnectionFactoryUtils.ResourceFactory resourceFactory,
boolean startConnection)
Obtain a JMS Session that is synchronized with the current transaction, if any.
|
Copyright © 2015. All rights reserved.