camel jetty benchmark testing for requests per second
问题 I am building a high load http service that will consume thousands of messages per second and pass it to a messaging system like activemq. I currently have a rest service (non-camel, non-jetty) that accepts posts from http clients and returns a plain successful respone and i could load test this using apache ab. We are also looking at camel-jetty as input endpoint since it has integration components for activemq and be part of an esb if required. Before i start building a camel-jetty to