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

Camel mime-multipart marshal data formatter is not writing the complete body part

2018-06-19 Thread Gopalkrishna Kulkarni
Hi We are using blueprint XML for camel route and using mime-multipart:marshal data formatter. On very rare cases, this data formatted is failing to write the comple body. It simply adds few Mime headers and sends the message to next step of the route. I have documented the issue in Stack over flow