Network Management
How to switch the message bus type from SolarWinds Message Bus to RabbitMQ to enable or create high availability pools
This article shows how to switch the message bus type in SolarWinds Platform 2026.2 to RabbitMQ to enable or create High Availability pool creation.
First published date
Last published date
Overview
When attempting to create a High Availability (HA) pool in the SolarWinds Platform, a blocking message appears if SolarWinds Message Bus is currently in use as the message broker:
SolarWinds Message Bus isn’t supported in high-availability (HA) environments in the current release.
Switch the message bus to RabbitMQ, and then create the pool. See [this article] for details. "
When attempting to enable a High Availability (HA) pool in the SolarWinds Platform, a blocking message appears if SolarWinds Message Bus is currently in use as the message broker:
"Enabling or disabling HA pools isn’t supported when SolarWinds Message Bus is configured in high-availability (HA) environments.
Switch the message bus to RabbitMQ, and then enable or disable the pool. See [this article] for details. "
Product section
Cause
Changes to the message bus in SolarWinds Platform 2026.2.
Resolution
Method 1: Switch the message bus type via Advanced Configuration (Recommended)
-
Navigate to the Advanced Configuration page on your SolarWinds Platform server:
https://<hostname>/Orion/Admin/AdvancedConfiguration/Global.aspx -
Locate the centralized setting:
Orion.PubSub.MessageBusType
-
Change the setting value to
RabbitMQ. -
Subscriptions automatically react to this change; however, the process has limitations. Wait a few minutes before continuing.
-
Ensure that the InformationServiceV3 service is running on the Main Polling Engine (MPE) throughout this process.
-
Run the Configuration Wizard on the Main Polling Engine.
Note: If you have a Main Polling Standby Engine installed with SolarWinds Message Bus as the selected message bus, you must also run the Configuration Wizard on the standby engine.
-
If you experience issues on additional polling engines — such as data not synchronizing with the MPE website or other inconsistencies related to the Message Bus — navigate to each additional engine and restart the services.
Method 2: Switch Message Bus via Database Manager (If Website Is Unavailable)
Use this method if the Configuration Wizard fails on the MPE, or if the website is not accessible to make the change via Advanced Configuration.
-
Open Database Manager.
-
Select the
dbo.Settingtable. -
Click Enable table editing.
-
Find the row for
Orion.PubSub.MessageBusTypeand change its value toRabbitMQ(orNATSto revert). -
Run the Configuration Wizard on the Main Polling Engine.
-
Restart all services on each additional polling engine and additional website.
-
Switching the message bus is required before HA pool creation can proceed.
-
After completing the steps above, return to the HA configuration and attempt to Create new pool again.