Testing Event-Based Workflows Using Node.js and RabbitMQ
I work on a system that was built in the microservices architectural style. It uses RabbitMQ for asynchronous messaging among services. The idea has been very successful. Here are some of the benefits.
We can ranch our services using Kubernetes and ...
humanlytyped.hashnode.dev8 min read
Momoh Tyler
Backend Engineer | NodeJs | MongoDb | Docker
how do i read the metrics to figure out a worker is stuck by looking at the queue length?
and how do i get the queue to keep track of the messages that come in?