Hi,
I'm struggling around with a question about camel + osgi + blueprint.. I
have a camel route. This route calls a bean which has injected an
osgi-service via blueprint. this service itself has injected a bean. Now
I'm thinking about concurrency in my route (like having 5 threads
concurrently performing) to speed things up. but I'm not sure how the
osgi-services and especially the beans injected to that service are
created.. is that all singleton? what if my beans have states (like
instance variables) ? Would that be a problem?
thank you for any advise you can give.
best regards, Marco