Re: No component found with scheme: custom component bean name

2020-01-02 Thread Claus Ibsen
Hi >From the stacktrace it seems you are using spring, and therefore you need to register the custom component in spring, not SimpleRegistry. On Thu, Jan 2, 2020 at 9:56 PM Reji Mathews wrote: > > Hello Camel community > > I am manually firing up a camel context with low level API's. The require

No component found with scheme: custom component bean name

2020-01-02 Thread Reji Mathews
Hello Camel community I am manually firing up a camel context with low level API's. The requirement is to create a camel context and add 1 route to it which connects to an activeMQ broker and reads message for processing. I have following code snippets Method 1: ActiveMQComponent activeMQCompo