i want to send Messages to ActiveMQ via HTTP Requests. I created my own Servlet (the default servlet isn't that good). Unfortunately my Server only handles 400 Requests per second.
Is there a configuration i have to do so jetty can handle more?
I'm running on an 8 core maschine so more requests should not be a problem.