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.
- Java 1.8
- Gradle 2.10 or higher
- Build the application using gradle
cd <application root directory>
gradle installDist- Run the application
build/install/java-jms-demo/bin/java-jms-demoor
build\install\java-jms-demo\bin\java-jms-demo.bat
Documentation that explains how to create a Kaazing Java JMS application from scratch to send and receive messages over WebSocket can be found here.
API Documentation for Kaazing Java WebSocket JMS Client library is available: