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

queue consumption improvements #61

Merged
merged 4 commits into from
Feb 26, 2025
Merged

Conversation

musketyr
Copy link
Collaborator

  • adds ability to set the maximum number of messages higher than native restriction to consume more in messages within one consumer job trigger
  • adds new @QueueListener annotation that is a conventional shortcut for a long polling job
    • this jobs starts after initial delay (30 seconds by default)
    • this jobs constantly poll the queue for new incoming messages and is executed every incoming message

@musketyr musketyr marked this pull request as ready for review February 25, 2025 12:11
@musketyr musketyr merged commit 5a9c765 into master Feb 26, 2025
0 of 4 checks passed
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.

2 participants