How to Remove All RabbitMQ and Erlang Artifacts from Previous Installations (v13-v13.5)
The Spirion v13.6 Installation wizard automatically removes v13.5 RabbitMQ and Erlang instances, but if necessary, you can use the instructions in this article to remove all RabbitMQ and Erlang artifacts from previous installations.
Steps to Completely Remove RabbitMQ and Erlang Artifacts
Step 1: Uninstall Spirion (If Applicable)
- Open the Control Panel.
- Navigate to Programs and Features.
- Select Spirion if installed, and click Uninstall.
- Follow the prompts to complete the uninstallation.
Step 2: Uninstall Erlang OTP
- In the Control Panel, open Programs and Features.
- Locate Erlang OTP.
- Click Uninstall and follow the prompts to complete removal.
Step 3: Uninstall RabbitMQ Server
- Still within Programs and Features, locate RabbitMQ Server (e.g., version 3.12.1 or any installed version).
- Click Uninstall.
- Follow the prompts to finish the uninstallation.
Step 4: Remove Erlang and RabbitMQ Cookie Files
Delete the .erlang.cookie files from the following locations:
C:\Users\[username]\.erlang.cookieC:\Windows\System32\config\systemprofile\.erlang.cookie
Note: Replace
[username]with your actual Windows username.
Step 4: Delete RabbitMQ Application Data
- Open File Explorer and navigate to:
C:\Users\spirion\AppData\Roaming\RabbitMQ - Delete all contents in this folder.
Step 5: Remove RabbitMQ Registry Entries
- Open the Registry Editor (
regedit). - Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Ericsson\Erlang\ErlSrv\1.1 - Delete the entire
RabbitMQregistry key under this path.
Step 5: Delete RabbitMQ Windows Service (If Present)
- Launch Command Prompt with Administrator privileges.
- Enter the following command and press Enter:
sc delete RabbitMQ
If the service does not exist, you'll see an error indicating the service doesn't exist, which is safe to ignore.
Step 6: Reboot the Machine
Restart your computer to ensure all removals and changes take effect fully.