Skip to content

Latest commit

 

History

History
 
 

README.md

Kaazing .NET Desktop WebSocket JMS Tutorial

This tutorial shows how standalone .NET desktop application can communicate over the web with a JMS server via Kaazing WebSocket Gateway using Kaazing .NET WebSocket Client library. The application publishes text messages to the server and listens to the messages from the server over WebSocket.

Minimum Requirements for Running or Building Kaazing .NET Desktop WebSocket JMS Tutorial

  • Microsoft .NET Framework 4.5.2
  • Microsoft Visual Studio 2015 or higher

Steps for building the project

  • Load the solution JmsDemo.sln in Microsoft Visual Studio
  • Execute 'Build/Build All'

Note: To test basic authentication for WebSocket connection in demo app use URL - wss://sandbox.kaazing.net/jms-auth for location.

Interact with Kaazing .NET WebSocket JMS Client API

Checklist how to create Kaazing .NET WebSocket JMS from scratch, to be able to send and receive messages over WebSocket can be found here.

API Documentation

API Documentation for Kaazing .NET WebSocket JMS Client library is available: