Add RabbitMQ Connection Timeout Property

Fixes gh-685
Closes gh-5791
This commit is contained in:
Gary Russell
2016-04-25 11:14:28 -04:00
committed by Phillip Webb
parent 719a57dcfa
commit 12b9f0262b
4 changed files with 23 additions and 1 deletions

View File

@@ -841,6 +841,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.dynamic=true # Create an AmqpAdmin bean.
spring.rabbitmq.host=localhost # RabbitMQ host.
spring.rabbitmq.listener.acknowledge-mode= # Acknowledge mode of container.