Hacker News new | ask | show | jobs
by ashitlerferad 3710 days ago
Sounds like a mailing list.
1 comments

Yes, but for applications ; instead of doing a remote call to your other system to create an order or send an email, you just stick the data in a queue, and the other system does it when it feels like it
We do exactly that for our emails. We're not ultra high volume, but we send millions a day.