@@ -82,11 +82,7 @@ public class ProcessNotification {
...
@@ -82,11 +82,7 @@ public class ProcessNotification {
if(!response.isSuccessCode()){
if(!response.isSuccessCode()){
telemetryClient.trackRequest(requestTelemetry);
telemetryClient.trackRequest(requestTelemetry);
if(message.getDeliveryCount()>8){
LOGGER.error(NOT_ACKNOWLEDGE);
LOGGER.info("Message delivery status is 'Abandon' with notificationId: {}, Count: {}",notificationContent.getNotificationId(),message.getDeliveryCount());