arobson / rabbot

Deprecated: Please see https://github.com/Foo-Foo-MQ/foo-foo-mq
MIT License
277 stars 129 forks source link

replyTo Queue: Should it be exclusive by default? #141

Open ptusch opened 6 years ago

ptusch commented 6 years ago

Hey there,

I was wondering if the replyTo queue should be exclusive by default. If it remains without exclusive it could open attackspace. Surely, it's a really rare occurance but still possible.

The exclusive flag should deny any access from someone else than the creator of the queue so nobody would be able to install a queue hook there.

What are your thoughts on this?

I tried to implement this but many tests fail in the after/before steps and I couldn't figure out how to fix it fastly. But the change smells like you would like to think about it so I figured it makes more sense to wait for your reply.