Hacker News new | ask | show | jobs
by conroy 772 days ago
I'm curious how this performs compared to River https://riverqueue.com/ https://news.ycombinator.com/item?id=38349716
1 comments

I think it would be tough to compare. There are client libraries for several languages, but the project is mostly a SQL API to the queue operations like send, read, archive, delete using the same semantics as SQS/RSMQ.

Any language that can connect to Postgres can use PGMQ, whereas it seems River is Go only?