|
You are here |
philodev.one | ||
| | | | |
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... | |
| | | | |
wrapt.dev
|
|
| | | | | This is the first post in the Building an Event Driven .NET Application series where we'll lay the foundation for your event driven knowledge moving forward. | |
| | | | |
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. | |
| | | | |
dontcodetired.com
|
|
| | | Don't Code Tired - Jason Roberts on Software Development and .NET - (This post refers to Azure Functions v2) There are different ways to access both the request data an | ||