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

ARTEMIS-1999 Broker uses 100% core's CPU time if msg grouping is used #2203

Closed
wants to merge 1 commit into from

Commits on Aug 4, 2018

  1. ARTEMIS-1999 Broker uses 100% core's CPU time if msg grouping is used

    The deliver loop won't give up trying to deliver messages when
    back-pressure kicks in (credits and/or TCP) if msg grouping is used and
    there are many consumers registered: this change will allow the loop
    to exit by instructing the logic that the group consumer is the only
    consumer to check.
    franz1981 committed Aug 4, 2018
    Copy the full SHA
    755c6e2 View commit details
    Browse the repository at this point in the history