@ -755,7 +755,11 @@ content into your application; rather pick only the properties that you need.
@@ -755,7 +755,11 @@ content into your application; rather pick only the properties that you need.
spring.jms.pub-sub-domain=false # Specify if the default destination type is topic.
spring.rabbitmq.cache.connection.size= # Number of connections to cache.
spring.rabbitmq.dynamic=true # Create an AmqpAdmin bean.
spring.rabbitmq.host=localhost # RabbitMQ host.
spring.rabbitmq.listener.acknowledge-mode= # Acknowledge mode of container.
@ -775,7 +779,6 @@ content into your application; rather pick only the properties that you need.
@@ -775,7 +779,6 @@ content into your application; rather pick only the properties that you need.
spring.rabbitmq.username= # Login user to authenticate to the broker.
spring.rabbitmq.virtual-host= # Virtual host to use when connecting to the broker.