Get the latest tech news
Show HN: An SQS Alternative on Postgres
A lightweight message queue. Like AWS SQS and RSMQ but on Postgres. - tembo-io/pgmq
The fastest way to get started is by running the Tembo docker image, where PGMQ comes pre-installed. In order for automatic partition maintenance to take place, several settings must be added to the postgresql.conf file, which is typically located in the postgres DATADIR. It is recommended to set a vt value that is greater than the expected time it takes to process a message.
Or read this on Hacker News