Skip to content

Instantly share code, notes, and snippets.

@neduma
Forked from defkef/RabbitMQ
Created November 11, 2015 18:41
Show Gist options
  • Save neduma/9db451d8881d2791e786 to your computer and use it in GitHub Desktop.
Save neduma/9db451d8881d2791e786 to your computer and use it in GitHub Desktop.
RabbitMQ
## Docker Image
https://github.com/dockerfile/rabbitmq
https://github.com/mikaelhg/docker-rabbitmq
## Ruby Client
https://github.com/ruby-amqp/bunny
## Guides
http://rubybunny.info/articles/guides.html#amqp_091_model_concepts
http://www.rabbitmq.com/getstarted.html
## ZeroMQ - Lesenswert, auch wenn man nicht ZeroMQ verwendet.
http://zguide.zeromq.org/page:all
## Microservices
http://martinfowler.com/articles/microservices.html - Übersicht
http://martinfowler.com/articles/microservice-testing/ - Testing
http://blog.arkency.com/2014/07/microservices-72-resources/
https://speakerdeck.com/yamen/microservices-101-the-big-why
http://highscalability.com/blog/2014/4/8/microservices-not-a-free-lunch.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment