فهرست منبع

fix(domain-events-infra): retrieve all message attributes from sqs

Karol Sójko 1 سال پیش
والد
کامیت
0c29ff1ab4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/domain-events-infra/src/Infra/SQS/SQSDomainEventSubscriberFactory.ts

+ 1 - 1
packages/domain-events-infra/src/Infra/SQS/SQSDomainEventSubscriberFactory.ts

@@ -16,7 +16,7 @@ export class SQSDomainEventSubscriberFactory implements DomainEventSubscriberFac
   create(): DomainEventSubscriberInterface {
     const sqsConsumer = Consumer.create({
       attributeNames: ['All'],
-      messageAttributeNames: ['compression', 'event'],
+      messageAttributeNames: ['All'],
       queueUrl: this.queueUrl,
       sqs: this.sqs,
       handleMessage: