We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf186d commit 78dee60Copy full SHA for 78dee60
1 file changed
j2se/java-jms-demo/README.md
@@ -0,0 +1,14 @@
1
+# J2SE Tutorial for JMS
2
+
3
+This tutorial contains Java/J2SE sample application for JMS built using Kaazing Java WebSocket JMS API
4
5
+## Building and running the application
6
+- Build the application using gradle
7
+```bash
8
+cd <application root directory>
9
+gradle installDist
10
+```
11
+- Run the application
12
13
+build/install/java-jms-demo/bin/java-jms-demo
14
0 commit comments