https://github.com/rebus-org/rebus.postgresql
:bus: PostgreSQL persistence for Rebus
https://github.com/rebus-org/rebus.postgresql
message-queue persistence postgres postgresql rebus transport
Last synced: 6 months ago
JSON representation
:bus: PostgreSQL persistence for Rebus
- Host: GitHub
- URL: https://github.com/rebus-org/rebus.postgresql
- Owner: rebus-org
- License: other
- Created: 2016-08-31T09:20:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T10:15:58.000Z (over 1 year ago)
- Last Synced: 2025-04-23T21:37:59.482Z (8 months ago)
- Topics: message-queue, persistence, postgres, postgresql, rebus, transport
- Language: C#
- Homepage: https://mookid.dk/category/rebus
- Size: 4 MB
- Stars: 19
- Watchers: 4
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Rebus.PostgreSql
[](https://www.nuget.org/packages/Rebus.PostgreSql)
Provides a PostgreSQL-based persistence for [Rebus](https://github.com/rebus-org/Rebus) for
* sagas
* subscriptions
* timeouts
* transport
Note: In your npgsql connection string, if you are using the default settings, set your maximum pool size=30 to avoid connection pool exhaustion issues.

---