Skip to content

Commit 3a44196

Browse files
committed
Better comment
1 parent b61f8cf commit 3a44196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControl.AcceptanceTests/Recoverability/MessageFailures/When_processing_message_with_missing_metadata_failed.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ protected override TransportOperations CreateMessage(MyContext context)
9999
{
100100
[Headers.MessageId] = context.MessageId,
101101
["NServiceBus.FailedQ"] = Conventions.EndpointNamingConvention(typeof(Failing)),
102-
[Headers.ProcessingMachine] = "unknown", // This is needed for endpoint detection to work, endpoint name is detected from the FailedQ header
102+
[Headers.ProcessingMachine] = "unknown", // This is needed for endpoint detection to work since "host" is required, endpoint name is detected from the FailedQ header
103103
};
104104

105105
if (context.TimeSent.HasValue)

0 commit comments

Comments
 (0)