adamalexandru4 / pgmq-spring

PGMQ Java client using Spring framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pgmq-spring

codecov

A Java client, based on Spring, for Postgres Message Queue (PGMQ).

Usage

Check the UseCasesTests class for examples.

For local development you should use the docker image from Tembo team with PGMQ extension installed

docker run -d --name postgres -e POSTGRES_PASSWORD=password -p 5432:5432 quay.io/tembo/pgmq-pg:latest

Contributions

We ❤️ contributions.

About

PGMQ Java client using Spring framework

License:MIT License


Languages

Language:Java 100.0%