Hi milanmilas, There's also a helper method that will return the next available port, which might be relevant to what you're doing :)
It can be found under AvailablePortFinder, here is an example of its usage `vailablePortFinder.getNextAvailable()` There's more information here about it here too http://camel.apache.org/camel-test.html#CamelTest-Dynamicallyassigningports -- View this message in context: http://camel.465427.n5.nabble.com/My-camel-CXF-tests-fails-if-they-run-together-tp696559p5729858.html Sent from the Camel - Users mailing list archive at Nabble.com.
