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

前端 未结 4 1356
[愿得一人]
[愿得一人] 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 08:54

    I believe this tutorial demonstrates what you are trying to do.
    The fact that the callback queue is exclusive, auto-deletes, and has its name auto-generated should provide enough security.

提交回复
热议问题