Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种简单的方法来审计/记录通过 RabbitMQ 管理完成的日志记录操作?比如一个用户进入RabbitMQ管理,通过它发布了一条消息,我想知道谁发布了这条消息,什么时候发布的。假设我使用 LDAP 进行身份验证。
谢谢!