sbus
Service Bus for nodeJs services with RabbitMQ transport
sbus.on("get-orders", (req, context) => myFunc(req, context));
sbus.request("get-orders", { id: 123 });
}
Special utils for codeceptjs helpers
Service Bus for nodeJs services with RabbitMQ transport
sbus.on("get-orders", (req, context) => myFunc(req, context));
sbus.request("get-orders", { id: 123 });
}