This tutorial shows how standalone .NET desktop application can communicate over the web with an AMQP 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.
- Microsoft .NET Framework 4.5.2
- Microsoft Visual Studio 2015 or higher
- Load the solution
AmqpDemo.slnin Microsoft Visual Studio - Execute 'Build/Build All'
Note: To test basic authentication for WebSocket connection in demo app use URL - wss://sandbox.kaazing.net/amqp091-auth for location.
Checklist how to create Kaazing .NET WebSocket AMQP application from scratch, to be able to send and receive messages over WebSocket can be found here.
API Documentation for Kaazing .NET WebSocket AMQP Client library is available: