spring-boot/spring-boot-project/spring-boot-autoconfigure
Vedran Pavic d72fb8e127 Add support for configuring non-standard JMS acknowledge modes
Prior to this commit, `spring.jms.listener.session.acknowledge-mode`
and `spring.jms.template.session.acknowledge-mode` accepted only a
predefined set of values representing standard JMS acknowledge modes.

This commit adds support for also using arbitrary integer values to
these configuration properties, which allows vendor-specific JMS
acknowledge modes to be configured.

See gh-37576
2023-10-12 08:36:30 +01:00
..
src Add support for configuring non-standard JMS acknowledge modes 2023-10-12 08:36:30 +01:00
build.gradle Upgrade to Kafka 3.6.0 2023-10-09 13:46:52 +01:00