Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 374 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 374 Bytes

Broker

A simple publish/subscribe message broker implemented in Java. An example Publisher and Subscriber are included. Steps to run:

  • Run the broker module's main method
  • Run the subscriber module's main method (you can start as many as you want)
  • Run the publisher module's main method (you can start as many as you want, and send multiple messages per instance)