Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
* 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.

![](https://raw.githubusercontent.com/rebus-org/Rebus/master/artwork/little_rebusbus2_copy-200x200.png)

---