Explore >> Select a destination


You are here

wrapt.dev
| | rubybunny.info
4.7 parsecs away

Travel
| | A dead easy to use RabbitMQ Ruby client
| | adamj.eu
3.5 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...
| | www.cloudamqp.com
1.9 parsecs away

Travel
| | Learn about the different types of exchanges in RabbitMQ and scenarios for how and when you should use exchanges.
| | archive.qconsf.com
23.9 parsecs away

Travel
| Debezium (noun | de·be·zi·um | /d?:?b?:zi??m/) - Secret Sauce for Change Data Capture Apache Kafka is a highly popular option for asynchronous event propagation between microservices. Things get challenging though when adding a services database to the picture: How can you avoid inconsistencies between Kafka and the database? Enter change data capture (CDC) and Debezium. By