Skip to content

Commit

Permalink
Add column names to MoveDueDelayedMessage command (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBoike authored Feb 9, 2024
1 parent 1efe66c commit 0d68c23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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 0d68c23

Please sign in to comment.