SEDA is essentially a set of independent "services" that communicate with each other via queues, which could further be abstracted as message passing.
The actor model is a set of independent functions, which communicate with each other through message passing.
Aren't they essentially equivalent? Am I missing some key difference?