Protect RabbitMQ data by encrypting the Mnesia database on Windows Server

RabbitMQ is one of the many caching and messaging tools that uses local disk persistent storage or as a backing store for in memory data. These systems normally put data to disk in some format that is optimized for speed and not for security. Ex: RabbitMQ, ActiveMQ, Coherence, Gemfire, MongoDB. This can cause issues when trying to comply with policies around protecting Personally Identifiable Information , making systems Payment Card Industry Data Security Standard (PCI DSS) compliant or when implementing S/Ox controls. RabbitMQ Installation We assume that you are running RabbitMQ under the local system account. Users who run RabbitMQ under different accounts or in different locations must change certain commands or settings. The RabbitMQ team has a good set of documentation on their web site. Windows installation instructions: https://www.rabbitmq.com/install-windows.html Windows quirks: https://www.rabbitmq.com/windows-quirks.ht...