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
mvn package
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.