Search code examples
javaspringspring-amqpspring-cloud-dataflow

Spring Cloud DataFlow RabbitMQ min-start-interval


I want to start 50 Rabbit consumers as soon as I start the app and start more consumers each second if needed up to 500 consumers.

How can I set the startConsumerMinInterval for RabbitMQ in the application.yaml of the deployer? I found startConsumerMinInterval property in the Spring AMQP documentation, but I can't find anything mentioning this property in the binder documentation.


Solution

  • Those properties are not currently exposed by the binder.

    You should open a GitHub issue to ask for a new feature.