|
You are here |
www.cloudamqp.com | ||
| | | | |
lavinmq.com
|
|
| | | | | Let's take a closer look at message queuing as a concept, what it is and when you should use it. | |
| | | | |
adamj.eu
|
|
| | | | | 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... | |
| | | | |
poornimanayar.co.uk
|
|
| | | | | [AI summary] The article explains the concept of asynchronous messaging, contrasting it with synchronous communication methods like REST, gRPC, and GraphQL. It highlights the advantages of asynchronous messaging, such as reduced temporal coupling, improved reliability, and better scalability. The text covers key aspects like message queues, message structure, communication styles (point-to-point, request/reply, publish-subscribe), and the benefits of using asynchronous messaging in distributed systems. It also discusses challenges like message ordering and the learning curve associated with asynchronous communication. | |
| | | | |
blog.yadutaf.fr
|
|
| | | [AI summary] The author details a technical solution to run Docker behind an Nginx reverse proxy by implementing custom logic to handle Docker's raw TCP hijacking protocol using Nginx's WebSocket upgrade mechanism. | ||