[rabbitmq-discuss] access control
Matthias Radestock
matthias at rabbitmq.com
Tue Nov 30 11:30:57 GMT 2010
Simon MacMullen wrote:
> On 30/11/10 10:30, mixtli wrote:
>> I suppose I can shell out to the command line, though my broker lives
>> on another server, so I'd have to ssh. I saw something about a
>> management console with an api. Is that the recommended way to do
>> what I need?
>
> Pretty much.
I suspect queues with strong names, bound to exchanges with well-known
binding keys would suffice. That way you'd not need anything above AMQP.
Also, I don't see why you'd need two queues per poller. Surely you can
just have one queue for the controller - to which all pollers publish -
and then one queue per poller.
Matthias.
More information about the rabbitmq-discuss
mailing list