Hacker News new | ask | show | jobs
by zbentley 12 days ago
> the pipe is generally unidirectional

So are most message queues.

If the producer needs to know when the consumer has finished work, that's not a queue; that's an RPC.