Skip to content

Commit 1e2e340

Browse files
author
Michael Cretzman
authored
Update README.md
1 parent f6eb1e2 commit 1e2e340

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

j2se/java-jms-demo/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Kaazing J2SE WebSocket JMS Tutorial
1+
# Kaazing J2SE JMS Tutorial
22

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.
44

5-
## Minimum Requirements for Running or Building Kaazing J2SE WebSocket JMS tutorial
5+
## Minimum Requirements for Running or Building Kaazing J2SE JMS tutorial
66

77
* Java 1.8
88
* Gradle 2.10 or higher
@@ -27,10 +27,10 @@ build\install\java-jms-demo\bin\java-jms-demo.bat
2727

2828
## Interact with Kaazing Java WebSocket Client API
2929

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).
3131

3232
## API Documentation
3333

3434
API Documentation for Kaazing Java WebSocket JMS Client library is available:
3535

36-
* [Kaazing JMS](https://kaazing.com/doc/jms/4.0/apidoc/client/java/jms/index.html)
36+
* [Kaazing JMS](https://kaazing.com/doc/5.0/jms_client_docs/apidoc/client/java/jms/index.html)

0 commit comments

Comments
 (0)