Being new to Apache Camel, I was recently reviewing its long list of components and stumbled upon their support for SEDA queue components.
The page didn't make much sense to me, so I did a couple of online searches for the term "SEDA queue" and got the wikipedia article here.
After reading that article, I can't tell what the difference is between a SEDA queue and a normal, "ordinary" queue! Both embrace the notion of decoupling systems through the use of asynchronous queues.
From the article, "SEDA" just sounds like an architecture that consists of placing a queue between each component. Is this correct?
But if it's just an architecture, then why is a "SEDA" queue a special Apache Camel component?