Skip to content

Commit

Permalink
Added guide for rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Hermosilla committed Aug 3, 2017
1 parent 80fc9a1 commit f58a0b1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions rabbitmq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# RabbitMQ

```bash
# Export current config to a file
rabbitmqadmin -u admin -p test export rabbit.config

# Show list of vhosts
rabbitmqadmin -u admin -p test -f long -d 3 list vhosts
```

- https://www.slideshare.net/michaelklishin/rabbitmq-operations
- http://looselycoupledlabs.com/2014/08/monitoring-rabbitmq/
- http://jaredrobinson.com/Scaling_RabbitMQ/
- https://www.slideshare.net/nahidupa/scaling-application-with-rabbitmq-44485159
- https://www.cloudfoundry.org/scaling-real-time-apps-on-cloud-foundry-using-node-js-and-rabbitmq/
- https://www.rabbitmq.com/management.html
- http://devops.datenkollektiv.de/creating-a-custom-rabbitmq-container-with-preconfigured-queues.html
- https://medium.com/@thomasdecaux/deploy-rabbitmq-with-docker-static-configuration-23ad39cdbf39

0 comments on commit f58a0b1

Please sign in to comment.