Skip to content

Instantly share code, notes, and snippets.

@tchellomello
Created April 28, 2017 20:18
Show Gist options
  • Select an option

  • Save tchellomello/8efcec743ff026b2626eb8a5f10aee29 to your computer and use it in GitHub Desktop.

Select an option

Save tchellomello/8efcec743ff026b2626eb8a5f10aee29 to your computer and use it in GitHub Desktop.
foreman/katelloqueue
CERT=/etc/pki/katello/certs/katello-apache.crt
KEY=/etc/pki/katello/private/katello-apache.key
qpid-config --ssl-certificate $CERT --ssl-key $KEY -b "amqps://localhost:5671" add exchange topic event --durable
qpid-config --ssl-certificate $CERT --ssl-key $KEY -b "amqps://localhost:5671" add queue katello_event_queue --durable
qpid-config --ssl-certificate $CERT --ssl-key $KEY -b "amqps://localhost:5671" bind event katello_event_queue '*.*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment