On 24 December 2014 at 13:51:42, nick (nico.sw...@gmail.com) wrote:
> Will rabbitmq support individual permissions of 100 000 users
> to a few different MQTT topics each time?
There are no topics in RabbitMQ's main protocol. You can limit access to certain operations on exchanges and queues that are used under the hood to imitate MQTT's model (which is not radically different, of course,
but certainly not identical).
> I thought subscription queues where created on the fly and are
> individual to each clients - how can the queue control help in
> this case? Will it prevent the creation of such subscription
> queues on the fly?
It depends on what you allow or disallow. See http://www.rabbitmq.com/access-control.html - tracked.
The SUBACK Packet sent by the Server to the Client MUST contain a return code for each Topic Filter/QoS pair. This return code MUST either show the maximum QoS that was granted for that Subscription or indicate that the subscription failed [MQTT-3.8.4-5].
Allowed return codes:
0x00 - Success - Maximum QoS 0
0x01 - Success - Maximum QoS 1
0x02 - Success - Maximum QoS 2
0x80 - Failure
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send an email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.