Search code examples
securityloggingmessagingamqpaudit

Does RabbitMQ allow Audit Logging


We need to know if RabbitMQ has security features required by our business.

Does RabbitMQ perform Audit Logging?

Does it allow encryption of its audit log?

Thanks


Solution

  • RabbitMQ doesn't provide Audit Logging nor encryption of it's logs. At least out of the box. Try to look on Firehose Tracer plugin, it maybe somehow close to what you want.

    I guess you can also implement Audit Logging on application level, even with encryption. It won't take much time and efforts.