This content has been marked as final.
Show 2 replies
-
1. Re: Camel: Create Custom Endpoint
rhn-support-pchhabra Jul 26, 2017 12:13 PM (in response to sandra_nagl)Hi Sandra,
Not sure if I understood you correctly here, what kind of java object will your route be receiving from?
For your route, I would suggest you to have a consumer which will accept the data then use a processor which would help you transform your data into the required format and then pass it on to the producer which would be your AMQ endpoint.
Also, can you share a sample reproducer of what you have configured so far? I can have a look at it and understand the requirement accordingly.
Regards
Pulkit -
2. Re: Camel: Create Custom Endpoint
alele Aug 9, 2017 11:04 PM (in response to sandra_nagl)I believe, documentation[1] and [2] might help you along with some community articles:
[3] Creating A Custom Camel Component - DZone Integration
[4] Apache Camel: Writing Components
--Avadhut