Explore >> Select a destination


You are here

timperrett.com
| | adamj.eu
3.8 parsecs away

Travel
| | Every time I pick up the Python job queue Celery after not using it for a while, I find I've forgotten exactly how RabbitMQ works. I find the Advanced Message Queuing Protocol (AMQP) concepts drop out of my head pretty quickly: Exchanges, Routing Keys, Bindings, Queues, Virtual Hosts...
| | lavinmq.com
3.5 parsecs away

Travel
| | The new, fast, high-performance, open-source AMQP message broker, LavinMQ offers message re-consuming and consumer pausing. LavinMQ is built by the team behind the world-leading RabbitMQ as a service provider CloudAMQP.
| | www.cloudamqp.com
1.6 parsecs away

Travel
| | Part 2.1 of RabbitMQ for beginners - Tutorial and example of source codes for Ruby and the client library Bunny.
| | blog.kdgregory.com
35.3 parsecs away

Travel
| My preferred approach to application logging on AWS is based around two ideas: first, that applications produce log messages in JSON, and...