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
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.