Hey there, I'm currently puzzled by how maxConcurrentConsumers set in different points may have different behaviors (or not, I might be doing something wrong).According the documentation: http://camel.apache.org/jms.html*You can configure this option in one of the following ways:On the JmsComponent,On the endpoint URI or,By invoking setConcurrentConsumers() directly on the JmsEndpoint.*Whenever I do it via DSL:https://gist.github.com/dgomesbr/17f029c9a649ce6656f4The activemq queue, shows only the max consumers set for the endpoint correctly, in this case 15.but when I explicitly set the maxConsumers as the parameter on the route "?MaxConcurre...", the maxConcurrent consumers is now the sum of the machines where the camelcontext is deployed, in this example 3 x 15 = 45.Could someone elaborate on that or point me where the implementation varies per local where the configuration is made?Thanks!
-- View this message in context: http://camel.465427.n5.nabble.com/Diff-between-configuring-maxConcurrentConsumers-in-JMSComponent-Route-URI-or-per-JMSEndpoint-tp5763599.html Sent from the Camel - Users mailing list archive at Nabble.com.