Skip to content

GH-1489: Batch RabbitListener Improvements #1490

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

Merged
merged 1 commit into from
Aug 4, 2022

Conversation

garyrussell
Copy link
Contributor

Resolves #1489

  • allow listeners to consume Collection<?> as well as List<?>
  • detect a non-batch listener method in the batch adapter
  • coerce batchListener to true when consumerBatchEnabled is true

Resolves spring-projects#1489

- allow listeners to consume `Collection<?>` as well as `List<?>`
- detect a non-batch listener method in the batch adapter
- coerce `batchListener` to `true` when `consumerBatchEnabled` is true
@artembilan artembilan merged commit d96aa71 into spring-projects:main Aug 4, 2022
@garyrussell garyrussell deleted the GH-1489 branch August 8, 2022 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Batch @RabbitListener Improvements
2 participants