Re: Diff between configuring maxConcurrentConsumers in JMSComponent, Route URI or per JMSEndpoint

2015-03-07 Thread dgomesbr
Yogu, The configuration given is for the activemq component, which configures the connection with the broker. The routes are configured to overwrite this value whenever needed. The problem with that is that the amq component configuration is valid for all server with that deploy, but whenever I c

Re: Diff between configuring maxConcurrentConsumers in JMSComponent, Route URI or per JMSEndpoint

2015-03-05 Thread dgomesbr
Here you go Yogu13, activemq://ctpubnews-dsjdbc-dllocalsms.DESTINATION?maxConcurrentConsumers=1 With that set, I have the queue created on activeMQ with 3 consumers (cause we have three servers) Atenciosamente, *Diego Magalhães* Gerencia de Desenvolvimento Diretoria de tecnologia da Informaçã

Re: Diff between configuring maxConcurrentConsumers in JMSComponent, Route URI or per JMSEndpoint

2015-03-04 Thread dgomesbr
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/17f029c9a649ce6656

Diff between configuring maxConcurrentConsumers in JMSComponent, Route URI or per JMSEndpoint

2015-03-04 Thread dgomesbr
n 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 se