Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T10:15:58.000Z (8 months ago)
- Last Synced: 2024-05-21T10:37:49.174Z (8 months ago)
- Topics: message-queue, persistence, postgres, postgresql, rebus, transport
- Language: C#
- Homepage: https://mookid.dk/category/rebus
- Size: 4 MB
- Stars: 17
- Watchers: 5
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Rebus.PostgreSql
[![install from nuget](https://img.shields.io/nuget/v/Rebus.PostgreSql.svg?style=flat-square)](https://www.nuget.org/packages/Rebus.PostgreSql)
Provides a PostgreSQL-based persistence for [Rebus](https://github.com/rebus-org/Rebus) for
* sagas
* subscriptions
* timeouts
* transportNote: In your npgsql connection string, if you are using the default settings, set your maximum pool size=30 to avoid connection pool exhaustion issues.
![](https://raw.githubusercontent.com/rebus-org/Rebus/master/artwork/little_rebusbus2_copy-200x200.png)
---