Last active
November 11, 2015 18:41
-
-
Save defkef/a8c66b2bebec4c539b84 to your computer and use it in GitHub Desktop.
RabbitMQ
This file contains 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
## 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