Open
Description
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