This sample shows how simple and easy to build your own application using SMQD
- check out this project
- simply
sbt run - open your browser with
http://localhost:8080/helloandhttp://localhost:8080/echo/scala/MyMessageandhttp://localhost:8080/echo/java/MyMessage
-
Scala
sbt "runMain sample.helloworld.scala.Main" -
Java
sbt "runMain sample.helloworld.java.Main"