A Java client, based on Spring, for Postgres Message Queue (PGMQ).
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
We ❤️ contributions.