alturkovic
alturkovic

Reputation: 1130

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.

Upvotes: 1

Views: 161

Answers (1)

Gary Russell
Gary Russell

Reputation: 174584

Those properties are not currently exposed by the binder.

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

Upvotes: 1

Related Questions