2009/1/12 nojonojo <[email protected]>: > Sorry for the vague question, but what sort of performance and scalability > have people seen with Camel? I haven't been able to find any benchmarks > comparing Camel to any of the competition (or seen any numbers about > overhead that Camel adds to coding an application with hard-coded "routes").
It totally depends on what you're doing and the configuration of the endpoints but Camel can handle thousands of messages per second when working with ActiveMQ for example. The only real overhead Camel adds is some object construction (as we typically create a Camel Exchange/Message for each underlying transport objects (e.g. JMS Message or HttpServletRequest/HttpServletResponse). -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://fusesource.com/
