Polish
See gh-5791
This commit is contained in:
@@ -89,7 +89,7 @@ public class RabbitProperties {
|
||||
private boolean publisherReturns;
|
||||
|
||||
/**
|
||||
* The connection timeout, in milliseconds; zero for infinite.
|
||||
* Connection timeout, in milliseconds; zero for infinite.
|
||||
*/
|
||||
private Integer connectionTimeout;
|
||||
|
||||
|
||||
@@ -845,7 +845,7 @@ content into your application; rather pick only the properties that you need.
|
||||
spring.rabbitmq.cache.channel.size= # Number of channels to retain in the cache.
|
||||
spring.rabbitmq.cache.connection.mode=CHANNEL # Connection factory cache mode.
|
||||
spring.rabbitmq.cache.connection.size= # Number of connections to cache.
|
||||
spring.rabbitmq.connection-timeout= # Connection Timeout, in milliseconds.
|
||||
spring.rabbitmq.connection-timeout=0 # Connection timeout, in milliseconds; zero for infinite.
|
||||
spring.rabbitmq.dynamic=true # Create an AmqpAdmin bean.
|
||||
spring.rabbitmq.host=localhost # RabbitMQ host.
|
||||
spring.rabbitmq.listener.acknowledge-mode= # Acknowledge mode of container.
|
||||
|
||||
Reference in New Issue
Block a user