あなたは、音声と視覚によるアラームの開始と停止をトリガーする単一のシグナリングサーバーを持つ危険通知システムを作成しています。 アラームを発行するためにAzure Service Busを実装します。各アラームコントローラは、トランザクションの一部としてAzureサービスバスを使用してアラーム信号を受信します。アラームイベントは監査目的で記録する必要があります。各トランザクションレコードには、アクティブにされたアラームの種類に関する情報が含まれている必要があります。 返信証跡監査ソリューションを実装する必要があります。 注:それぞれ正しい選択は1ポイントの価値があります。
正解:D,F
D: CorrelationId: Enables an application to specify a context for the message for the purposes of correlation; for example, reflecting the MessageId of a message that is being replied to. F: ReplyToSessionId: This value augments the ReplyTo information and specifies which SessionId should be set for the reply when sent to the reply entity. Incorrect Answers: A, B: DeliveryCount Number of deliveries that have been attempted for this message. The count is incremented when a message lock expires, or the message is explicitly abandoned by the receiver. This property is read-only. C, E: SequenceNumber The sequence number is a unique 64-bit integer assigned to a message as it is accepted and stored by the broker and functions as its true identifier. For partitioned entities, the topmost 16 bits reflect the partition identifier. Sequence numbers monotonically increase and are gapless. They roll over to 0 when the 48-64 bit range is exhausted. This property is read-only. References: https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messages-payloads