MeltwaterArchive/rabbit-puppy

Tag all the things with "creator"

perbergland opened this issue · 3 comments

I'd like all persistent things like exchanges, queues etc tagged with metadata so we know that it was rabbit-puppy that created it (and what time, maybe some version if we could get a convention around that)

remen commented

👍

This is a good use case. To accomplish this in an un-opinionated way, we should allow the configuration to contain defaults for exchanges/queues/bindings per vhost, see #4. Then, you can put any argument in there that you would like for your resources, including 'creator:rabbit-puppy'.

Closed, let's try #4 and see if it's a good way to do this.