pgmq-spring
March 12, 2024 ยท View on GitHub
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 :heart: contributions.