Microsoft Azure IoTHub client AMQP transport

Dependents:   sht15_remote_monitoring RobotArmDemo iothub_client_sample_amqp iothub_client_sample_amqp ... more

This library implements the AMQP transport for Microsoft Azure IoTHub client. The code is replicated from https://github.com/Azure/azure-iot-sdks

Revision:
53:e21e1e88460f
Parent:
39:e98d5df6dc74
Child:
56:8704100b3b54
--- a/message_queue.c	Fri May 04 13:22:48 2018 -0700
+++ b/message_queue.c	Mon Jun 11 15:38:09 2018 -0700
@@ -12,7 +12,7 @@
 
 typedef struct MESSAGE_QUEUE_TAG MESSAGE_QUEUE;
 
-#include "message_queue.h"
+#include "internal/message_queue.h"
 
 #define RESULT_OK 0
 #define INDEFINITE_TIME ((time_t)(-1))