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