This .NET desktop application communicates with an AMQP server via Kaazing WebSocket Gateway. The application publishes and listens for text messages with the AMQP server.
- Microsoft .NET Framework 4.6.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 the Gateway connection use the URL wss://demos.kaazing.com/amqp-auth for location.
username: tutorial
password: tutorial
Documentation on how to create Kaazing .NET AMQP applications from scratch can be found here.
API Documentation for Kaazing .NET AMQP Client library is available: