Hello all,

I'm getting ready to put a Camel / CXF / Spring Boot application into 
production. Before I do, I want to load test and verify it has the same 
throughput as a the IBM Message Broker system it's replacing. Apparently, the 
old system can only do 6 concurrent connections because of remote database 
connectivity issues. 

I'd like to write some tests that make simultaneous requests, with different 
data. Ideally, I could write them to point at the old system and find out when 
it falls over. Then I could point them at the new system and tune it 
accordingly. If I need to throttle because of remote connectivity issues, I'd 
like to know before we go to production. Does JMeter or any Camel-related 
testing tools allow for this?

Thanks,

Matt

Reply via email to