IoTHub raw messaging client sample using AMQP

Dependencies:   iothub_client EthernetInterface NTPClient iothub_amqp_transport azure_c_shared_utility mbed-rtos mbed azure_uamqp_c wolfSSL

This sample showcases the usage of Azure IoT client libraries with the AMQP transport for sending/receiving raw messages from an IoT Hub.

Revision:
60:ae07786385f9
Parent:
55:f977ade69f2c
Child:
63:14e9684b52e3
--- a/iothub_client_sample_amqp.c	Fri Jan 13 18:41:32 2017 -0800
+++ b/iothub_client_sample_amqp.c	Tue Jan 24 15:24:52 2017 -0800
@@ -212,7 +212,7 @@
                     iterator++;
                 } while (g_continueRunning);
 
-                (void)printf("iothub_client_sample_mqtt has gotten quit message, call DoWork %d more time to complete final sending...\r\n", DOWORK_LOOP_NUM);
+                (void)printf("iothub_client_sample_amqp has gotten quit message, call DoWork %d more time to complete final sending...\r\n", DOWORK_LOOP_NUM);
                 for (size_t index = 0; index < DOWORK_LOOP_NUM; index++)
                 {
                     IoTHubClient_LL_DoWork(iotHubClientHandle);