TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Message Queue use cases

7 pointsby Spoutingshiteover 14 years ago
Are you using a message queue? Perhaps you are using something like AMQP to keep your various applications together? What sort of uses are you putting your message queue to?

5 comments

peterjohnsonover 14 years ago
I use MQ's to queue things that I want to do that are computationally expensive but shouldn't impact the user experience. A feature that is necessary but doesn't require immediate execution. For example, I use a MQ to manage the creation of thumbnails on a website that I manage when somebody uploads a new photo.
gonepostalover 14 years ago
Use it to schedule "near time" jobs that are not suitable to do inline during a web request.
Spoutingshiteover 14 years ago
Ok...I will go first ;)<p>One of our clients is using a MQ to link a fleet of 550 electric vehicles to a head office app that checks for vehicle service issues.
adam-_-over 14 years ago
Synchronising product/stock details from warehouse to website.
bravuraover 14 years ago
You should rename this to "Ask HN".