@@ -6,14 +6,15 @@ Nimbus is a .NET messaging framework that provides a clean abstraction over mult
66
77## Supported Transports
88
9- | Transport | Package |
10- | -----------| ---------|
11- | Azure Service Bus | ` Nimbus.Transports.AzureServiceBus ` |
12- | Redis | ` Nimbus.Transports.Redis ` |
13- | PostgreSQL | ` Nimbus.Transports.Postgres ` |
14- | SQL Server | ` Nimbus.Transports.SqlServer ` |
15- | AMQP | ` Nimbus.Transports.AMQP ` |
16- | In-Process (testing) | ` Nimbus.Transports.InProcess ` |
9+ | Transport | Package |
10+ | ----------------------| -------------------------------------|
11+ | Azure Service Bus | ` Nimbus.Transports.AzureServiceBus ` |
12+ | Redis | ` Nimbus.Transports.Redis ` |
13+ | PostgreSQL | ` Nimbus.Transports.Postgres ` |
14+ | SQL Server | ` Nimbus.Transports.SqlServer ` |
15+ | AMQP | ` Nimbus.Transports.AMQP ` |
16+ | Nats | ` Nimbus.Transports.Nats ` |
17+ | In-Process (testing) | ` Nimbus.Transports.InProcess ` |
1718
1819## Message Patterns
1920
@@ -48,13 +49,15 @@ dotnet build
4849
4950` docker-compose up -d --build ` starts:
5051
51- | Service | URL / Port |
52- | ---------| -----------|
53- | [ Seq] ( https://datalust.co ) log server | ` http://localhost:5341 ` |
54- | [ Redis] ( https://redis.io/ ) | ` localhost:6379 ` |
52+ | Service | URL / Port |
53+ | ----------------------------------------------------------------------------------- | ------------------------------------------- -----------|
54+ | [ Seq] ( https://datalust.co ) log server | ` http://localhost:5341 ` |
55+ | [ Redis] ( https://redis.io/ ) | ` localhost:6379 ` |
5556| [ Apache ActiveMQ Artemis] ( https://activemq.apache.org/components/artemis/ ) (AMQP) | ` localhost:5672 ` , console at ` http://localhost:8161 ` |
56- | SQL Server | ` localhost:1433 ` |
57- | PostgreSQL | ` localhost:5432 ` |
57+ | SQL Server | ` localhost:1433 ` |
58+ | PostgreSQL | ` localhost:5432 ` |
59+ | [ Nats] ( https://nats.io/ ) | ` localhost:8222 ` and ` localhost:6222 ` |
60+ | [ Nats Dashboard] ( https://natsdashboard.com/ ) | ` localhost:8000 ` |
5861
5962SQL Server uses a custom Docker image (in ` docker/sqlserver ` ) — the ` --build ` flag ensures it is built before starting.
6063
0 commit comments