Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Rohan Sircar e2e2d17d87 Added bash tags to readme pirms 4 gadiem
LICENSE Initial commit pirms 4 gadiem
README.md Added bash tags to readme pirms 4 gadiem
stompTest.sc First commit pirms 4 gadiem

README.md

Scala Stomp Client Demo

A demo of using a stomp client in Scala with an Ammonite script. Makes use of the java library java-stomp-ws and provides two convenience extension methods. By default the script queries the websocket endpoints of Chatto.

Usage

You need to have ammonite installed.

Once you have done that, start a local instance of Chatto, and run the command -

amm stompTest.sc --username yourusername --password yourpassword

or

./stompTest.sc --username yourusername --password yourpassword

Sample output -

Success(true)
Connected
Server message: pong
Server message: {"toUser":"admin","fromUser":"nova","messageContent":"hello"}

License

Licensed under The Unlicense