Skip to content

Commit 2f37369

Browse files
author
Christian
committed
Dont not use failed message id as the attempt id
Receive this as a parameter is something we might want to do as was only applicable for the NSB handler version
1 parent 5cd2af4 commit 2f37369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControl/MessageFailures/Api/EditFailedMessagesController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ await editHandler.Handle(new EditAndSend
8383
FailedMessageId = failedMessageId,
8484
NewBody = base64String,
8585
NewHeaders = edit.MessageHeaders
86-
}, failedMessageId);
86+
}, Guid.NewGuid().ToString());
8787

8888
return Accepted();
8989
}

0 commit comments

Comments
 (0)