/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.cloudamqp.com
| | lavinmq.com
1.2 parsecs away

Travel
| | Let's take a closer look at message queuing as a concept, what it is and when you should use it.
| | adamj.eu
1.4 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...
| | poornimanayar.co.uk
2.9 parsecs away

Travel
| | [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
34.0 parsecs away

Travel
| [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.