This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC3220SF-LAUNCHXL: AMQP PROTOCOL USING AZURE SDK

Part Number: CC3220SF-LAUNCHXL
Other Parts Discussed in Thread: CC3220SF

Tool/software: Code Composer Studio

Hello,

I am using the Azure SDK for Simplelink devices and would like to use the AMQP Protocol.

Example I am using is : iothub_client_sample_mqtt_CC3220SF_LAUNCHXL_tirtos_ccs

I have included the required header files having AMQP Protocol mentioned as under and also changed the Protocol to 'AMQP_Protocol' in the "CreatefromConnectionString".

 #include "iothubtransportamqp.h"

Error I am getting while Compling the Code is = "unresolved symbol AMQP_Protocol, first referenced in ./iothub_client_sample_mqtt.obj iothub_client_sample_mqtt_CC3220SF_LAUNCHXL_tirtos_ccs C/C++ Problem"

Kindly let me know.

Rohan D'Souza