[rabbitmq-discuss] Questions about how best to use RabbitMQ

Ben Hood 0x6e6562 at gmail.com
Mon Nov 3 19:27:17 GMT 2008


Steve,

On Mon, Nov 3, 2008 at 6:56 PM, Steve Jenson <stevej at gmail.com> wrote:
> It seems like what I want is to setup a fanout exchange linked to one
> queue per customer protected with user credentials. Previously I was
> using realms and ACLs to do this but I understand that's going away.
> What would be a better way to do this in RabbitMQ?

ACLs and the rationale behind removing realms have been discussed on
this list, see this thread for example:

http://www.nabble.com/Access-control-documentation-td19506900.html

So the current vhost ACL mechanism is going to be too coarse grained
for what you want to achieve. With the current broker, you would have
to implement the access control in your application.

Having said that, implementing some useful access control mechanisms
are on the mid to long term roadmap. These would most likely be
orthogonal to the protocol and as indicated in a previous post, *may*
include a capability based mechanism.

Contributions in the form of requirements and analysis (e.g. by
contributing to our wiki) or in the form of code, would help
accelerate the implementation.

HTH,

Ben




More information about the rabbitmq-discuss mailing list