Skip to content

POPBL-6/broker

Repository files navigation

Middleware broker application

Build Status

Codacy Badge

JavaDocs

Application that serves as our central server for managing all the messages coming from our middleware implementations.

What this is

This application is neccesary for the clients using Middleware to communicate with other peers.

How to use it

See the wiki.

How to run it

If you have Gradle installed

Just run the following command in the repository folder

$ gradle run

The broker will start listening in port 5434 by default

If you don't have gradle installed

We have included a gradle wrapper also, just execute the next command to run it

$ ./gradlew run

About

Broker used to communicate the client subscriber and publisher using the middleware API

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors