Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ifgris committed Jan 23, 2024
1 parent 8a8b976 commit 80958c2
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ See [Wiki](https://github.com/cgcel/NanoRabbit/wiki/Installation) for more detai

## Version

| NanoRabbit | RabbitMQ.Client | .NET |
|:----------------------------------------:|:---------------:|:-------------:|
| 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6 | 6.5.0 | 6.0 |
| 0.0.7 | 6.5.0 | 6.0, 7.0, 8.0 |
| 0.0.8, 0.0.9 | 6.7.0 | 6.0, 7.0, 8.0 |
| 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5 | 6.8.1 | 6.0, 7.0, 8.0 |
| NanoRabbit | RabbitMQ.Client | .NET |
|:-----------------------------------------------:|:---------------:|:-------------:|
| 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6 | 6.5.0 | 6.0 |
| 0.0.7 | 6.5.0 | 6.0, 7.0, 8.0 |
| 0.0.8, 0.0.9 | 6.7.0 | 6.0, 7.0, 8.0 |
| 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6 | 6.8.1 | 6.0, 7.0, 8.0 |

## Document

Expand Down Expand Up @@ -219,6 +219,8 @@ var builder = Host.CreateApplicationBuilder(args);
builder.Services.AddRabbitSubscriber<ConsumeService>("FooSecondQueueConsumer");
```

From **0.1.6** on, setting `Consumer Count` in AddRabbitSubscriber() is available.

#### Using producer or consumer

Then, you can use RabbitProducer and RabbitConsumer at anywhere.
Expand Down

0 comments on commit 80958c2

Please sign in to comment.