Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix AMQP XSD for removed tx-size and replace it with the batch-size #9695

Closed
artembilan opened this issue Dec 5, 2024 · 0 comments
Closed

Comments

@artembilan
Copy link
Member

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

@artembilan artembilan added this to the 6.4.1 milestone Dec 5, 2024
@artembilan 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-size Dec 5, 2024
spring-builds pushed a commit that referenced this issue Dec 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants