You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...