We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8605c0b commit 623b397Copy full SHA for 623b397
README.md
@@ -7,12 +7,20 @@ Messaging development in a breeze.
7

8
9
# Installation
10
-Soon you will be able to install it via NuGet:
+Easy to install it via NuGet:
11
12
+- **Service Bus message pump**
13
+```shell
14
+PM > Install-Package Arcus.Messaging.Pumps.ServiceBus
15
+```
16
+
17
+- **Health Probing**
18
```shell
19
PM > Install-Package Arcus.Messaging.Health
20
```
21
22
+For a more thorough overview, we recommend reading [our documentation](#documentation).
23
24
# Documentation
25
All documentation can be found on [here](https://messaging.arcus-azure.net/).
26
0 commit comments