Hi Team, I would like to call a DB function in PostgreSQL database using the camel-sql component. There are around 20-30 inParams that I would like to pass in a hashmap and get a single value in the outParams.
I am unable to find any examples for the same. Additionally, I have to make this call from a method, but not from a route. I couldn't find any references using ProducerTemplate. Kindly share your valuable input on how I can achieve this in camel. -Regards Srikant Mantha