-
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-2907: Use
CF.closeTimeout
for confirms wait
Fixes: #2907 Issue link: #2907 The current hard-coded `5 seconds` is not enough in real applications under heavy load * Fix `CachingConnectionFactory` to use `getCloseTimeout()` for `publisherCallbackChannel.waitForConfirms()` which is `30 seconds` by default, but can be modified via `CachingConnectionFactory.setCloseTimeout()` **Auto-cherry-pick to `3.1.x`**
- Loading branch information
1 parent
d910a8b
commit 562bc77
Showing
2 changed files
with
6 additions
and
7 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