Redis Server Configuration
Redis is used in distributed James for the optional rate limiting component.
This configuration helps you configure components using Redis in case you want to setup a distributed James.
And it is only applicable with Guice products.
Consult redis.properties
in GIT to get some examples and hints.
RabbitMQ Configuration
- redisURL
-
the Redis URI pointing to Redis server. Compulsory.
- cluster.enabled
-
Whether we should attempt connections to Redis as a cluster.Defaults to false.
- redis.ioThreads
- IO threads to be using for the underlying Netty networking resources. If unspecified driver defaults applies.
- redis.workerThreads
- Worker threads to be using for the underlying driver. If unspecified driver defaults applies.