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