You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,10 +156,10 @@ The configuration can be [modularized](docs/intro.md#modularization-of-configura
156
156
|`.Host.MQTT`| Transport provider for MQTT |[](https://www.nuget.org/packages/SlimMessageBus.Host.MQTT)|
157
157
|`.Host.Memory`| Transport provider implementation for in-process (in memory) message passing (no messaging infrastructure required) |[](https://www.nuget.org/packages/SlimMessageBus.Host.Memory)|
158
158
|`.Host.NATS`| Transport provider for [NATS](https://nats.io/)|[](https://www.nuget.org/packages/SlimMessageBus.Host.NATS)|
159
-
|`.Host.PostgreSql`| Transport provider implementation for PostgreSQL database message passing |[](https://www.nuget.org/packages/SlimMessageBus.Host.PostgreSql)|
159
+
|`.Host.PostgreSql`| Transport provider implementation for PostgreSQL database message passing |[](https://www.nuget.org/packages/SlimMessageBus.Host.PostgreSql)|
160
160
|`.Host.RabbitMQ`| Transport provider for RabbitMQ |[](https://www.nuget.org/packages/SlimMessageBus.Host.RabbitMQ)|
161
161
|`.Host.Redis`| Transport provider for Redis |[](https://www.nuget.org/packages/SlimMessageBus.Host.Redis)|
162
-
|`.Host.Sql`| Transport provider implementation for SQL Server / Azure SQL database message passing |[](https://www.nuget.org/packages/SlimMessageBus.Host.Sql)|
162
+
|`.Host.Sql`| Transport provider implementation for SQL Server / Azure SQL database message passing |[](https://www.nuget.org/packages/SlimMessageBus.Host.Sql)|
163
163
|**Serialization**|||
164
164
|`.Host.Serialization.Json`| Serialization plugin for JSON (Newtonsoft.Json library) |[](https://www.nuget.org/packages/SlimMessageBus.Host.Serialization.Json)|
165
165
|`.Host.Serialization.SystemTextJson`| Serialization plugin for JSON (System.Text.Json library) |[](https://www.nuget.org/packages/SlimMessageBus.Host.Serialization.SystemTextJson)|
@@ -174,7 +174,7 @@ The configuration can be [modularized](docs/intro.md#modularization-of-configura
174
174
|`.Host.Outbox.PostgreSql.DbContext`| Transactional Outbox using PostgreSQL with EF DataContext integration |[](https://www.nuget.org/packages/SlimMessageBus.Host.Outbox.PostgreSql.DbContext)|
175
175
|`.Host.Outbox.Sql`| Transactional Outbox using MSSQL |[](https://www.nuget.org/packages/SlimMessageBus.Host.Outbox.Sql)|
176
176
|`.Host.Outbox.Sql.DbContext`| Transactional Outbox using MSSQL with EF DataContext integration |[](https://www.nuget.org/packages/SlimMessageBus.Host.Outbox.Sql.DbContext)|
177
-
|`.Host.Outbox.MongoDb`*(beta)*|[Transactional Outbox using MongoDB](docs/plugin_outbox_mongodb.md)|[](https://www.nuget.org/packages/SlimMessageBus.Host.Outbox.MongoDb)|
177
+
|`.Host.Outbox.MongoDb`*(beta)*|[Transactional Outbox using MongoDB](docs/plugin_outbox_mongodb.md)|[](https://www.nuget.org/packages/SlimMessageBus.Host.Outbox.MongoDb)|
178
178
|`.Host.AsyncApi`|[AsyncAPI](https://www.asyncapi.com/) specification generation via [Saunter](https://github.com/tehmantra/saunter)|[](https://www.nuget.org/packages/SlimMessageBus.Host.AsyncApi)|
179
179
|`.Host.CircuitBreaker.HealthCheck`| Consumer circuit breaker based on [health checks](docs/intro.md#health-check-circuit-breaker)|[](https://www.nuget.org/packages/SlimMessageBus.Host.CircuitBreaker.HealthCheck)|
0 commit comments