Suite à une alarme sur les Notifications sur PRDSL
Commande pour récupérer les logs spécifique
cat catalina.out | grep amazon
message erreur | interprétation |
Caused by: com.amazonaws.services.sqs.model.BatchRequestTooLongException: Batch requests cannot be longer than 262144 bytes. You have sent 266676 bytes. (Service: AmazonSQS; Status Code: 400; Error Code: AWS.SimpleQueueService.BatchReque | une DL trop longue |
Requête SQL pour vériifer la table t_notif_wrk
select * from t_notif_wrk where POSTED
!=1;
info pratique
Numéro de DL = WRKENTITYID
Requête de correction
update t_notif_wrk set posted=3 where posted !=1 and WRKENTITYID
= <DL bloquante> ;