spring-amqp icon indicating copy to clipboard operation
spring-amqp copied to clipboard

Expose method for declaring multiple Declarable objects [AMQP-842]

Open spring-operator opened this issue 6 years ago • 4 comments

Alen Turkovic opened AMQP-842 and commented

org.springframework.amqp.rabbit.core.RabbitAdmin already has a method for declaring multiple queues but exposes a method for declaring a single one: RabbitAdmin#declareQueue(Queue)

The same goes for Queue, Exchange and Binding.

Expose methods for declaring multiple of these Declarable objects.

I would submit a PR myself, but I am not certain what the best responses and exception handling for these cases would be...


No further details from AMQP-842

spring-operator avatar Nov 21 '18 14:11 spring-operator