Enabling RabbitMQ Plug-ins
After creating a RabbitMQ instance, you can enable add-ons through plug-ins. The plug-ins are disabled by default when the instance is created.
RabbitMQ plug-ins can be used for testing and service migration. Do not use them for production. Reliability issues caused from using plug-ins are not within commitments on SLAs. For details, see Service Overview > Notes and Constraints.
Table 1 lists plug-ins supported by RabbitMQ. The ports of the plug-ins cannot be changed.
| Name | Function | Port |
|---|---|---|
| rabbitmq_federation | Federation | - |
| rabbitmq_shovel | Message moving | - |
| rabbitmq_consistent_hash_exchange | Support for x-consistent-hash. x-consistent-hash exchanges can be created after this plugin is enabled. | - |
Notes and Constraints
- Unavailable for RabbitMQ AMQP-0-9-1.
- Enabling plug-ins does not restart instances.
- The rabbitmq_shovel and rabbitmq_federation plug-ins can be enabled only for specific instances. For details, see Table 2.
Table 2 Instances for which plug-ins can be enabled Instance
rabbitmq_shovel
rabbitmq_federation
Single-node instances with SSL disabled
Supported
Supported
Single-node instances with SSL enabled
Not supported
Not supported
Cluster instances with SSL disabled
Not supported
Supported
Cluster instances with SSL enabled
Not supported
Not supported
Enabling RabbitMQ Plug-ins
- Log in to the RabbitMQ console.
- In the upper left corner, click
and select a region. - Click the desired instance to view its details.
- In the navigation pane, choose Instance > Plug-ins. Then, click Enable in the row containing the desired plug-in.
Confirm that you want to enable the plug-in and wait for it to be enabled successfully.
Related Documents
- To enable or disable a RabbitMQ instance plug-in using an API, see Enabling or Disabling a Plug-in.
- To query a RabbitMQ instance plug-in using an API, see Listing Plug-ins.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.