Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 891592f

Browse files
Another readme fix
1 parent 014b3bd commit 891592f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,11 @@ Exchange sections define how to bind queues and exchanges with each other using
237237

238238
For more information about `appsettings.json` and manual configuration features, see [rabbit-configuration](./docs/rabbit-configuration.md) and [exchange-configuration](./docs/exchange-configuration.md) documentation files.
239239

240-
## Advanced usage
240+
## Advanced usage and nuances
241241

242242
RabbitMQ client implemented in this library (class which implements `IQueueService`) opens two connections to the RabbitMQ server. One connection is used for message production and the other one is for message consumption.
243243
This behavior covered in the [advanced usage documentation file](./docs/advanced-usage.md), dive into it deeply if you want to control the client behavior tighter.
244+
244245
There is also an [example project](./examples/Examples.AdvancedConfiguration) that demonstrates an advances usage of the RabbitMq client.
245246

246247
## Changelog

0 commit comments

Comments
 (0)