-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Open
Labels
in: messagingIssues in messaging modules (jms, messaging)Issues in messaging modules (jms, messaging)status: feedback-reminderWe've sent a reminder that we need additional information before we can continueWe've sent a reminder that we need additional information before we can continuestatus: waiting-for-feedbackWe need additional information before we can continueWe need additional information before we can continuetype: bugA general bugA general bug
Milestone
Description
After this changes related to this issue, we are experiencing race conditons when jmsListeners are scaling down and some messages are dropped.
I've seen that this idleReceivesPerTaskLimit was changed which previously was always < 0 as default.
Now, by default it will always eventually result in the consumers to be stopped resulting for this condition.
Should this condition which now is always false by default and previously was always true, be changed to something like this:
if (messageLimit < 0 && (!surplus || idleTaskExecutionCount< idleLimit))\
cc @jhoeller
Metadata
Metadata
Assignees
Labels
in: messagingIssues in messaging modules (jms, messaging)Issues in messaging modules (jms, messaging)status: feedback-reminderWe've sent a reminder that we need additional information before we can continueWe've sent a reminder that we need additional information before we can continuestatus: waiting-for-feedbackWe need additional information before we can continueWe need additional information before we can continuetype: bugA general bugA general bug