I want to know what is the difference between camel and drools,and When camel is not a good fit but drools can do!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Drools is an engine for business rules, that is take different actions in a process depending on business requirements. Typically chaining together different parts of a business process.
Camel is a routing and mediation engine that works on the integration/transport layer. Mapping message formats between systems, converting protocols (JMS, HTTP, FTP, etc.) and message standards (such as XML, JSON, etc.) as well as routing.