Tradeshift / spring-rabbitmq-tuning

This library makes it easy to configure RabbitMQ for use with Spring
MIT License
43 stars 26 forks source link

Implemented cluster support #38

Closed wesleyegberto closed 4 years ago

wesleyegberto commented 4 years ago

As requested in issue #35 .

New properties were added, the following content should be added in Properties Documention section:

Property Definition Default Value
clusterMode Define if should use cluster mode. When true, the properties host and port are ignored. false
hosts Comma-separated list of addresses ([host]:[port]) to which the client should connect.