Merge pull request #6075 from izeye:patch-49
* pr/6075: Fix default value for `spring.rabbitmq.connection-timeout`
This commit is contained in:
commit
68040c952f
|
|
@ -856,7 +856,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=0 # Connection timeout, in milliseconds; zero for infinite.
|
||||
spring.rabbitmq.connection-timeout= # 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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue