Is your feature request related to a problem? Please describe.
Right now we only have:
argument(String key, Object value)
At the same time the BindingSpecification has:
arguments(Map<String, Object> arguments)
Same should be done with a Management.QueueSpecification.
Describe the solution you'd like
Just similar to the BindingSpecification.arguments(Map<String, Object> arguments) can simply be added to the ExchangeSpecification and QueueSpecification. For consistency and straightforward API usage.
Describe alternatives you've considered
No response
Additional context
No response