You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
artembilan
changed the title
Fix AMQP XSD for rmoved tx-size and replace it with the batch-size
Fix AMQP XSD for removed tx-size and replace it with the batch-sizeDec 5, 2024
Fixes: #9695
Issue link: #9695
The `txSize` in the `SimpleMessageListenerContainer` has been replaced with more reasonable `batchSize`.
Spring Integration XML support for AMQP module has missed to fix this change: we didn't have a respective test.
* Deprecate `tx-size` (will be removed in `6.5`) XML attribute for the `<amqp:inbound-channel-adapter>`
and introduce `batch-size`
* Cover with the tests
* Fix docs from `tx-size` to `batch-size`
(cherry picked from commit 2cf83b5)
More info in: spring-projects/spring-amqp#1032
StackOverflow: https://stackoverflow.com/questions/79255100/migrating-spring-from-4-x-to-5-x-and-jdk-17
The text was updated successfully, but these errors were encountered: