notify Strategy
The NotifyStrategy attribute of Subscription. This attribute specifies the retry strategy when message sending fails. Default value: BACKOFF_RETRY. Valid values:
BACKOFF_RETRY: retries with a fixed backoff interval.EXPONENTIAL_DECAY_RETRY: retries with exponential backoff.