問題タブ [azure-iot-sdk]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
136 参照

azure-servicebus-queues - Azure IoTHub ルーティングを使用する場合の AMQP メッセージ Null

Azure IoT Hub の TwinChangeEvent に基づくカスタム エンドポイント + ルート セットアップがあります。イベントを Service Bus Queue にルーティングしています (トピックも試しました)。Java Service Bus SDK (azure-servicebus-1.1.0.jar) を使用してキューからメッセージを取得しています。

しかし、私は NullPointerException を取得し続けます

124 行目の com.microsoft.azure.servicebusMessageConverter "brokeredMessage.setMessageId(amqpMessage.getMessageId().toString());"

ルーティング中に messageId プロパティが失われているようです。

これを回避する方法はありますか?

プロパティが変更されたことを示す IoT Hub からの元のメッセージを処理した後で、これを設定する必要がある Azure IoT Device SDK のどこにもありません。

ありがとう