if i use this class coming from spring

org.springframework.jms.listener
Class SimpleMessageListenerContainer

there is a property called concurrentconsumers.

if i don't set a value it defaults to 1.

in camel, if i use the jms component and i don't set a value on
concurrentconsumers?

what would be my default value?

will it create a new thread automatically for every request that arrives?

Reply via email to