我試圖從基於Linux的系統(https://github.com/genieplus/azure-service-bus-samples/blob/master/proton-c-queues-and-topics/sender.c)上的azure-service-bus-sample中獲取發件人示例。然而,當我試着執行它時,它總是失敗,並在下面的記錄: Sending messages to
我正在使用Qpid-proton python示例腳本(send.py)將數據發送到Azure事件中心。要檢查,我使用Service Bus Explorer 2.6.1.0。使用python腳本發送的數據在Service Bus Explorer中顯示爲十六進制值,而不是我發送的數據。但使用Qpid的recv.py接收相同的結果。那麼,這是一個問題嗎? #!/usr/bin/python
#