Skip to content

Commit

Permalink
Merge pull request #240 from Project-MONAI/AI-230
Browse files Browse the repository at this point in the history
Ai 230
  • Loading branch information
neildsouth authored Oct 13, 2023
2 parents a2faedc + fab4b09 commit 3d3800f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ private EventingBasicConsumer CreateConsumer(Func<MessageReceivedEventArgs, Task
["@messageId"] = eventArgs.BasicProperties.MessageId,
["@applicationId"] = eventArgs.BasicProperties.AppId,
["@correlationId"] = eventArgs.BasicProperties.CorrelationId,
["@recievedTime"] = DateTime.UtcNow
["@receivedTime"] = DateTime.UtcNow
});

_logger.MessageReceivedFromQueue(queueDeclareResult.QueueName, eventArgs.RoutingKey);
Expand Down

0 comments on commit 3d3800f

Please sign in to comment.