redisOriginalExchangeStore
Description
Used for storing exchanges temporarily in Redis. Supports authentication with or without password and username
Can be used in
spring:beans, bean and oauth2Resource2
Attributes
Name | Required | Default | Description | Example |
---|---|---|---|---|
connector | false | - | ||
maxBodySize | false | - | Limit for max body size. Exchanges will be truncated to max body size if they are bigger. Used unit is bytes. Default value is 100000. |