Skip to content

Commit e959866

Browse files
authored
more autoformatting fixes
1 parent 900aded commit e959866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-bus-messaging/build-message-driven-apps-nservicebus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The sample assumes you've [created an Azure Service Bus namespace](service-bus-q
2525
## Download and prepare the solution
2626
1. Download the code from the [Particular Software Docs web site](https://docs.particular.net/samples/azure-service-bus-netstandard/send-receive-with-nservicebus/). The solution `SendReceiveWithNservicebus.sln` consists of three projects:
2727

28-
- **Sender**: a console application that sends messages
28+
- **Sender**: a console application that sends messages
2929
- **Receiver**: a console application that receives messages from the sender and replies back
3030
- **Shared**: a class library containing the message contracts shared between the sender and receiver
3131

@@ -266,7 +266,7 @@ Before we discuss how this policy works, let's see it in action. Before you test
266266
throw new Exception("BOOM");
267267
```
268268

269-
Now, when the Receiver handles a `Ping` message, it will fail. Launch the solution again and let's see what happens in the Receiver.
269+
Now, when the Receiver handles a `Ping` message, it will fail. Launch the solution again and let's see what happens in the Receiver.
270270

271271
With our less reliable `PingHandler`, all of our messages fail. You can see the retry policy kicking in for those messages. The first time a message fails, it's immediately retried up to three times:
272272

0 commit comments

Comments
 (0)