-
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-2495: Add maxInboundMessageBodySize to RCFB
Resolves #2495 Although the factory bean has... ```java /** * Access the connection factory to set any other properties not supported by * this factory bean. * @return the connection factory. * @SInCE 1.7.14 */ public ConnectionFactory getRabbitConnectionFactory() { ``` ...this new CF property could be a breaking change for users that configure the factory bean using XML. **cherry-pick to 2.4.x** (cherry picked from commit a18470d)
- Loading branch information
1 parent
a9a6892
commit c00f588
Showing
2 changed files
with
15 additions
and
3 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