With the annotations    

In beans:
@EndpointInject(uri="seda:parsedStockPriceStream")

@Produce(uri="seda:closeData")

In Route Builder:
from("seda:parsedStockPriceStream?concurrentConsumers=90")


If Im using a SEDA queue and setting the number of concurrent consumers in
the route build do I need to give the options in the inject annotation???

I'm assuming no..?



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-issue-with-JMX-Endpoints-disappearing-and-endpoint-injection-for-SEDA-tp4616624p4618247.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to