Files
spring-boot/spring-boot-project
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
..
2023-09-27 12:50:58 +01:00
2023-08-30 13:36:01 +01:00
2023-09-07 13:59:15 +01:00
2023-09-15 13:37:59 +01:00
2023-09-26 18:51:03 -05:00