Last active
August 29, 2015 14:24
-
-
Save hongster/c19b15ca00f9a015d34a to your computer and use it in GitHub Desktop.
Firewalld service configuration for RabbitMQ server. /etc/firewalld/services/rabbitmq.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<service> | |
<short>RabbitMQ Server</short> | |
<description>Robust messaging for applications</description> | |
<port protocol="tcp" port="5671"/> | |
<port protocol="tcp" port="5672"/> | |
</service> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment