Message Bus is architecture pattern for implementation communication centralize event for sharing resource data between different service, generally used for microservice-based applications, this simulation i'm using rabbitmq for delivery data for different service.
$ npm run start
$ npm run product
$ npm run order
$ npm run shipping