Java org.springframework.jms.connection ConnectionFactoryUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jms.connection ConnectionFactoryUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jms.connection ConnectionFactoryUtils.

The text is from its open source code.

Method

SessiondoGetTransactionalSession(ConnectionFactory connectionFactory, ResourceFactory resourceFactory, boolean startConnection)
Obtain a JMS Session that is synchronized with the current transaction, if any.
booleanisSessionTransactional(@Nullable Session session, @Nullable ConnectionFactory cf)
Determine whether the given JMS Session is transactional, that is, bound to the current thread by Spring's transaction facilities.
voidreleaseConnection(@Nullable Connection con, @Nullable ConnectionFactory cf, boolean started)
Release the given Connection, stopping it (if necessary) and eventually closing it.