Anadi Aakar Dewan
← BackView related job →
Project

RabbitMQ Orchestration Proof-of-Concept

VVDN Technologies
Jun 2022 – Sep 2022
RabbitMQPython

Explored RabbitMQ-based orchestration as an alternative to API-driven coordination to decouple server/client execution.

Problem

API-based orchestration can be tightly coupled and less resilient when clients/stations are intermittently connected or under load.

Solution

Prototyped message-queue based task dispatch and result collection between server and client agents to reduce polling, decouple execution, and improve reliability.

Impact

  • Demonstrated a more resilient orchestration option and documented tradeoffs vs API polling.

Highlights

  • Compared API polling vs queued task dispatch for test execution flows.
  • Evaluated decoupling benefits for client reliability and server load.