Skip to content

mati2251/smq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMQ

Simple Message Queue created for the purpose of learning about tcp sockets and message queues.

Running

The server can be run using docker:

docker run -p 3000:3000 --rm ghcr.io/mati2251/smq-server:latest 

The client example can be run by java (min JRE 11):

java -jar path-to-jar

JAR avalible here

License

MIT