You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: j2se/java-jms-demo/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Kaazing J2SE WebSocket JMS Tutorial
1
+
# Kaazing J2SE JMS Tutorial
2
2
3
-
This tutorial shows how J2SE console application can communicate over the web with an JMS server via Kaazing WebSocket Gateway using Kaazing Java WebSocket Client library. The application publishes text messages via Kaazing Gateway to a JMS server and listens to the messages from the JMS server over WebSocket.
3
+
This J2SE console app communicates over WebSocket with a JMS server via Kaazing WebSocket Gateway. The app publishes text messages via Kaazing Gateway to a JMS server and listens for messages from the JMS server.
4
4
5
-
## Minimum Requirements for Running or Building Kaazing J2SE WebSocket JMS tutorial
5
+
## Minimum Requirements for Running or Building Kaazing J2SE JMS tutorial
## Interact with Kaazing Java WebSocket Client API
29
29
30
-
Checklist how to create Kaazing J2SE WebSocket JMS Tutorial application from scratch, to be able to send and receive JMS messages over WebSocket can be found [here](http://kaazing.com/doc/5.0/jms_client_docs/dev-java/o_dev_java.html).
30
+
Documentation that explains how to create a Kaazing Java JMS application from scratch to send and receive messages over WebSocket can be found [here](http://kaazing.com/doc/5.0/jms_client_docs/dev-java/o_dev_java.html).
31
31
32
32
## API Documentation
33
33
34
34
API Documentation for Kaazing Java WebSocket JMS Client library is available:
0 commit comments