-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-804: DRTMLC - don't cancel in-use consumer
Fixes #804 The `DirectReplyToMessageListenerContainer` shuts down consumers that haven't been used for the `idleEventInterval`. However, the superclass simply cancels the first consumer in the list, which may actually being used in the DRTMLC. Change the logic to find a consumer that is not actually being used. **cherry-pick to 2.0.x** * Polishing - PR Comments
- Loading branch information
1 parent
66847b6
commit b19ab35
Showing
3 changed files
with
44 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters