Skip to content

Commit 6b0c37a

Browse files
committed
Call subscriber.messageDequeued in dequeueMessageInSharedQueue
1 parent 0e990fd commit 6b0c37a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/webapp/app/v3/marqs/index.server.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,8 @@ export class MarQS {
386386
[SemanticAttributes.CONCURRENCY_KEY]: message.concurrencyKey,
387387
[SemanticAttributes.PARENT_QUEUE]: message.parentQueue,
388388
});
389+
390+
await this.options.subscriber?.messageDequeued(message);
389391
}
390392

391393
await this.options.visibilityTimeoutStrategy.heartbeat(

0 commit comments

Comments
 (0)