What is difference between SEDA and VM component in camel?
Answer / Anamika Pandey
SEDA (Simple Event-Driven Architecture) and VM (Java Virtual Machine) components in Apache Camel are both used for routing messages but they have different purposes. SEDA provides a way to handle multiple incoming messages concurrently using a set of threads, while the VM component allows you to use JMS producers and consumers to send and receive messages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Have you use database with apache camel?
How camel handles multiple parameter binding in bean method?
What are components in apache camel?
What are components?
Can we call camel an esb (enterprise service bus)?
What is EndPoint in camel?
Why you selected camel for your application or why you use camel?
How many scope does camel error handler have?
What is difference between SEDA and VM component in camel?
What is Out message in camel?
What is In message in camel?
What are the dependencies?