Skip to content

Commit

Permalink
Add column names to MoveDueDelayedMessage command (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBoike authored Feb 9, 2024
1 parent f276755 commit 8f54c22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ DELETE FROM message
NULL,
deleted.Headers,
deleted.Body
INTO {1};
INTO {1} (Id, CorrelationId, ReplyToAddress, Recoverable, Expires, Headers, Body);
SELECT TOP 1 GETUTCDATE() as UtcNow, Due as NextDue
FROM {0} WITH (READPAST)
Expand Down

0 comments on commit 8f54c22

Please sign in to comment.