Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
miroljub1995 committed Dec 3, 2024
1 parent 1d5a5ba commit 3153288
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

Join our community on [Discord](https://discord.gg/322AAB4xKx) for updates, support, and discussions.

### Work in Progress
## Work in Progress

All checked features are available in latest [NuGet](https://www.nuget.org/packages/ResQueue.MassTransit) version.

#### Brokers
### Brokers

- [x] MassTransit
- [x] MassTransit.SqlTransport.PostgreSQL
- [x] MassTransit.SqlTransport.SqlServer

#### Features
### Features

- [x] Tabular broker information view
- [x] Tabular queues view
Expand Down Expand Up @@ -69,6 +69,12 @@ app.Run();

**ResQueue** will handle all the configuration and integration with MassTransit for you, making it simple to manage your SQL transports.

### Docker (optional)
Simplify your setup by running ResQueue in standalone mode with Docker. Get up and running effortlessly without additional configurations—just pull the container and you're ready to go.
```sh
docker run -it --rm -p 8080:8080 -e ResQueue:SqlEngine=Postgres -e SqlTransport:ConnectionString="Host=host.docker.internal;Database=DATABASE;Username=USERNAME;Password=PASSWORD;" ghcr.io/filipbekic01/resqueue
```

## UI Preview

Here's a quick preview of the ResQueue user interface, providing you with a glimpse of what to expect.
Expand Down

0 comments on commit 3153288

Please sign in to comment.