2

We use the Transient Fault Handling Application Block to handle transient faults during Azure cloud-to-device communication. Therefore we define our own detection strategy which implements ITransientErrorDetectionStrategy, but don't know which exceptions can occur and which ones are transient.

The Enterprise Library defines some strategies, e.g. CacheTransientErrorDetectionStrategy or SqlDatabaseTransientErrorDetectionStrategy.

My questions:

  • Does a predefined detection strategy for the communication with IoTHub via AMQP exist?
  • If not - which exceptions can occur and which ones are transient?
George Trifonov
  • 1,971
  • 17
  • 20
RahelBlch
  • 41
  • 5
  • I am looking to implement transient fault handling for device-to-cloud IoT Hub communication. Did you find any more detail on extending the error detection strategy to detect transient faults? – scuba88 Aug 23 '16 at 14:59

0 Answers0