Skip to content

restuwahyu13/event-bus-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Event Bus (Simulation)

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.

Command

  • Event Bus

  $ npm run start
  • Service Product

  $ npm run product
  • Service Order

  $ npm run order
  • Service Shipping

  $ npm run shipping