I want to use Camel to make a procedure test to an application. The test
program must have configurable number of simultaneous threads.
I have find this example:
rom("activemq:queue:SOMETHING").pool(5 [min], 15 [max]).process(new
ExpensiveMessageEnricher()).to("activemq:queue:SOMEWHERE_ELSE");
How i can implement this solution using Spring?
There is another way?
Paulo Ramos
--
View this message in context:
http://www.nabble.com/Processor-thread-pool-tf4627377s22882.html#a13212513
Sent from the Camel - Users mailing list archive at Nabble.com.