spring-boot/spring-boot-project/spring-boot-autoconfigure
Vedran Pavic 79e2cb3ec1 Add config prop for JMS listener's sessionTransacted flag
This commit introduces `spring.jms.listener.session-transacted` property
in order to enable explicit configuration of `sessionTransacted` on the
`DefaultMessageListenerContainer`.

Prior to this commit, `sessionTransacted` would be configured implicitly
based on presence of `JtaTransactionManager`.

See gh-37473
2023-09-27 15:06:52 +01:00
..
src Add config prop for JMS listener's sessionTransacted flag 2023-09-27 15:06:52 +01:00
build.gradle Make Spring Pulsar's Caffeine cache provider available to test compile 2023-09-14 13:01:21 +01:00