How can queues be made private/secure in RabbitMQ in a multitenancy system?
问题 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, the guide is not comprehensive and avoids things like authentication and authorization. We're designing a multitenancy system that will use RabbitMQ in an RPC-type of situation. What is perhaps different about this implementation of RPC is that the remote procedures will actually be other tenant programs on the system.