This content has been marked as final.
Show 4 replies
-
1. Re: No component found with scheme: context
lekkie_lomotayo Jan 10, 2013 12:50 PM (in response to lekkie_lomotayo)I removed the context prefix and it worked.
Is there any endpoint apart from VM/SEDA that can process multiple consumers? I know direct endpoint does not allow that mutliple consumer? What are my options?
-
2. Re: No component found with scheme: context
davsclaus Jan 11, 2013 3:05 AM (in response to lekkie_lomotayo)The direct endpoint is using the callee thread so it does not make sense to have multiple consumers option. If you have concurrent callees then the direct is concurrent.
For a queuing kind of component then besides VM/SEDA there is JBI / JMS / Hazelcast, and possible others. Take a peak at the Camel components: http://camel.apache.org/components
-
3. Re: No component found with scheme: context
lekkie_lomotayo Jan 14, 2013 4:04 AM (in response to davsclaus)Thank you. This is very useful.
-
4. Re: No component found with scheme: context
lekkie_lomotayo Jan 16, 2013 3:26 AM (in response to lekkie_lomotayo)Sorry, this was a misinformation. I still have this error.