[rabbitmq-discuss] How to restrict to one connection per same user at a time and same routing key ?

Michael Klishin michael.s.klishin at gmail.com
Fri Feb 28 09:05:13 GMT 2014


2014-02-28 1:59 GMT+04:00 Yeradis Barbosa Marrero <yeradis at gmail.com>:

> I would like to know if there is a way in RabbitMQ to restrict in the
> server side to the users to be able to connect with the same credentials
> and routing key only once at a time.
>
> I mean: No shared connections. If the user is connected with X credentials
> and listening on route y.z and try to connect in another machine with same
> info, then the server should deny the connection.
>
> Is there a way ?
>

There is no built-in feature. A custom authentication plugin can be
developed (in Erlang) to provide it.
-- 
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140228/4deca62f/attachment.html>


More information about the rabbitmq-discuss mailing list