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
{{ message }}
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.
We want to be able to specify hundreds of queues and exchanges and still keep the configuration readable. To do this the configuration format needs a bit of refactoring.
Current issues:
Must specify vhost for each exchange/queue/binding
Must specify required defaults for exchanges and bindings
Suggestions are defaults as mentioned in issue #4 and also to group exchanges/queues per vhost.
The text was updated successfully, but these errors were encountered:
We should take a good look at where to put the defaults.
Bindings should have YAML dividers : instead of @ for consistency. (@ is a horrible syntax anyway...)
So a binding is bindings:{vhost}:{exchange}:{target}:
We want to be able to specify hundreds of queues and exchanges and still keep the configuration readable. To do this the configuration format needs a bit of refactoring.
Current issues:
Suggestions are defaults as mentioned in issue #4 and also to group exchanges/queues per vhost.
The text was updated successfully, but these errors were encountered: