Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lghinet committed Oct 19, 2023
1 parent ab37139 commit 2e44594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Messaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Messaging transports
-----------------
The message bus uses an abstraction over the messaging transport. The following implementations are currently supported:
* **NATS Streaming** (*NBB.Messaging.Nats* package) - https://nats.io
* **JetStream NATS ** (*NBB.Messaging.JetStream* package) - https://nats.io
* **JetStream NATS** (*NBB.Messaging.JetStream* package) - https://nats.io
* **In-process** (*NBB.Messaging.InProcessMessaging*) - can be used as *test doubles* in integration tests
* **Noop** (*NBB.Messaging.Noop*) - NoOp implementation of messaging transport
* **Rusi** (*NBB.Messaging.Rusi*) - it's a transport implementation for https://github.com/osstotalsoft/rusi, which will handle some messaging concerns externally
Expand Down

0 comments on commit 2e44594

Please sign in to comment.