Re: How can we get Endpoint uri-schemes for a component

2021-05-07 Thread Claus Ibsen
Hi Sounds like you extend the component wrongly. Otherwise your new component will use its own scheme name. Take care when you extend existing Camel components (it not for new users to Camel to do). On Fri, May 7, 2021 at 9:47 AM Gopalkrishna Kulkarni wrote: > > Hi, > A camel component can be d

How can we get Endpoint uri-schemes for a component

2021-05-07 Thread Gopalkrishna Kulkarni
Hi, A camel component can be developed with a uri scheme for example "sample-component". Now the Endpoint of this component can actually extend an existing Endpoint say SQL which has uri syntax as "sql:. Now I am listening to camel Exchange event (ExchangeSentEvent