Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 632 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 632 Bytes

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.