I am trying to connect to Azure Iot hub using the Azure Iot Hub Receiver node, but connection is not getting established even after giving the correct conection string. I keep getting this error :
received Attach for unknown link(messages/events/_38eb6e25-0459-4d30-b378-89bdcaaf0d2b): {"type":0,"channel":0,"value":[{"typeName":"string","value":"messages/events/_38eb6e25-0459-4d30-b378-89bdcaaf0d2b"},{"typeName":"handle","value":0},{"typeName":"boolean","value":true},{"typeName":"ubyte","value":0},{"typeName":"ubyte","value":0},null,null,{"typeName":"map","value":{}},{"typeName":"boolean","value":false},null,{"typeName":"ulong","value":0},null,null,{"typeName":"fields","value":{}}]}
received Detach for unknown link(0): {"type":0,"channel":0,"value":[{"typeName":"handle","value":0},{"typeName":"boolean","value":true},{"value":{"typeName":"symbol","value":"amqp:link:redirect"},null,{"typeName":"fields","value":{"hostname":"hostname-19687643-d9e0276ea5.servicebus.windows.net","network-host":" ","port":5671,"address":"amqps://inetworkhost-19687643-d9e0276ea5.servicebus.windows.net:5671/networkhost/"}}]}]}
Can someone help resolve this?