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 | Shows how to use the AMQP component to send and receive messages. |
AzureRelay 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. |
AzureRelay 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 | Uses the MQTT demo to send and receive messages over SSL and plaintext. |
XMPP | Uses the XMPP component to implement a simple XMPP instant messaging demo. |