Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 515 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 515 Bytes

DataShot shell message

Simple command line application to send messages to a running DataShot web application.

Assumes JMS on 127.0.0.1 with a topic jms/InsectChatTopic

To build:

 mvn package

To run:

 cd target
 java -jar datashot_shellmsg-1.0.0-SNAPSHOT-jar-with-dependencies.jar "text of message"

See the datashot_ee and the DataShot Desktop Application project projects for more information.