Skip to content

Instantly share code, notes, and snippets.

@hongster
Last active August 29, 2015 14:24
Show Gist options
  • Save hongster/c19b15ca00f9a015d34a to your computer and use it in GitHub Desktop.
Save hongster/c19b15ca00f9a015d34a to your computer and use it in GitHub Desktop.
Firewalld service configuration for RabbitMQ server. /etc/firewalld/services/rabbitmq.xml
<?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