This product was not featured by Product Hunt yet.
It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).

Product Thumbnail

Queen MQ

A message queue that turns Postgres into Kafka + RabbitMQ

Open Source
GitHub
Tech
Database
Visit WebsiteSee on Product HuntGithub

Hunted byAlice Viola SettiAlice Viola Setti

Open-source message queue on PostgreSQL with per-entity FIFO ordering at any cardinality, transactional enqueue inside a PG transaction, replay-from-timestamp, dead-letter queue, JWT auth, Vue 3 dashboard. Five SDKs (JS, Python, Go, PHP, C++). Apache 2.0. One Docker container.

Top comment

Hi PH! 👋 I'm Alice from Smartness, and we're launching Queen MQ today after running it in production for 7 months. The short version: Queen MQ is an open-source message queue that runs on PostgreSQL and gives you unlimited ordered partitions per queue: per chat, per user, per workflow, per whatever, without preallocating anything. One Docker container, plus the Postgres you already have. Why we built it. We run Smartchat, an AI guest-messaging platform with 100 000+ concurrent chat conversations. Each chat needs strict FIFO ordering across translate, retrieve, reply steps. We tried Kafka with 32, then 1 000 partitions; one slow conversation kept blocking 3 000 others sharing the same hash bucket. We tried RabbitMQ at one queue per chat; couldn't sustain 100k queues. pg-boss and pgmq are libraries, not brokers. So we built Queen and ran billion messages through the benchmark suite with zero loss. What you get out of the box: • Per-entity FIFO ordering at any cardinality (10 to 100 000+ partitions, no preallocation) • Atomic enqueue inside a PG transaction (transactional outbox built in) • Consumer groups with replay from any timestamp • Lease-based delivery, retries, DLQ • Five SDKs: JavaScript, Python, Go, PHP / Laravel, C++ • Vue 3 dashboard, Prometheus metrics, JWT auth • One stateless C++ binary + your Postgres Try it in 30 seconds: docker network create queen docker run --name qpg --network queen -e POSTGRES_PASSWORD=postgres -p 5433:5432 -d postgres docker run -p 6632:6632 --network queen -e PG_HOST=qpg -e PG_PASSWORD=postgres smartnessai/queen-mq:latest And go to localhost:6632

Comment highlights

No comment highlights available yet. Please check back later!

About Queen MQ on Product Hunt

A message queue that turns Postgres into Kafka + RabbitMQ

Queen MQ was submitted on Product Hunt and earned 0 upvotes and 1 comments, placing #81 on the daily leaderboard. Open-source message queue on PostgreSQL with per-entity FIFO ordering at any cardinality, transactional enqueue inside a PG transaction, replay-from-timestamp, dead-letter queue, JWT auth, Vue 3 dashboard. Five SDKs (JS, Python, Go, PHP, C++). Apache 2.0. One Docker container.

Queen MQ was featured in Open Source (68.4k followers), GitHub (41.2k followers), Tech (623.7k followers) and Database (2.1k followers) on Product Hunt. Together, these topics include over 196.8k products, making this a competitive space to launch in.

Who hunted Queen MQ?

Queen MQ was hunted by Alice Viola Setti. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.

Want to see how Queen MQ stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.