Skip to content

JSterling8/broker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A custom publish/subscribe message broker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages