я вижу следующее:
Код: Выделить всё
Sender
MissingAction00000000-0000-0000-0000-000000000000
Код, создающий очередь:
Код: Выделить всё
sqs.createQueue(
CreateQueueRequest
.builder()
.queueName(queueName)
.attributes(Map.of(
QueueAttributeName.FIFO_QUEUE, "true",
QueueAttributeName.CONTENT_BASED_DEDUPLICATION, "true"
)).build());
Подробнее здесь: https://stackoverflow.com/questions/786 ... n-probleme
Мобильная версия