Sample Projects
| Sample Project | Description |
| Amazon SNS Notification Service | Uses the AmazonSNS component to create topics and publish messages. |
| Amazon SQS Queue Manager | Uses the AmazonSQS component to manage your SQS message queues. |
| AMQP Messenger | Shows how to use the AMQP component to send and receive messages. |
| Azure Relay Message Receiver | The AzureRelayReceiver component implements the listener role in the Azure Relay service. The component will connect to the server and listen for incoming connections. Once a connection is established data can be exchange freely in both directions allowing a flexible messaging environment. |
| Azure Relay Message Sender | Shows how to use the AzureRelaySender component to connect to the Azure Relay service using a WebSocket connection. Once the connection is established data may be sent and received over the connection. |
| MQTT Messenger | Uses the MQTT demo to send and receive messages over SSL and plaintext. |
| XMPP Instant Messenger | Uses the XMPP component to implement a simple XMPP instant messaging demo. |