AMQP Messaging Demo for .NET
This demo shows how to consume and publish AMQP messages and make a secure connection to the Gateway.
You can run the pre-built demo, com.kaazing.gateway.amqp.client.dotnet.demo.exe, which is in the GATEWAY_HOME/demo/dotnet/bin/Release directory.
The source code for the .NET demo is located in the GATEWAY_HOME/demo/dotnet/src/amqp directory of this release. Read Use the Kaazing WebSocket Gateway .NET and Silverlight AMQP Client Library to learn how to create your own .NET applications.
Some additional resources:
- For information on how to build a .NET client, see How to Build Microsoft .NET and Silverlight Clients Using Kaazing WebSocket Gateway.
- Refer to the .NET AMQP Client library documentation.
- Learn about the advanced features of AMQP by following the Real-Time Interactive Guide to AMQP.