How can queues be made private/secure in RabbitMQ in a multitenancy system?

前端 未结 4 1355
[愿得一人]
[愿得一人] 2021-01-31 08:39

I have read the Get Started guide provided by RabbitMQ and have even contributed the sixth example to stormed-amqp, so I have an inkling of knowledge about AMQP.

However

4条回答
  •  盖世英雄少女心
    2021-01-31 09:20

    For security in Rabbitmq server, there are some security mechanism in RabbitMQ:

    1. Access control
    2. SASL authentication
    3. SSL support

提交回复
热议问题