Below is the consumer endpoint. Trying to execute linux/unix command using camel exec process uri.
<recipientList>
<simple>exec:bash?args=-c CFTUTIL SEND IDF=${property[cftFlowIdentifier]}, PART=${property[cftParterName]}, FNAME=${property[cftFullFilePath]}, FNAME=${property[cftDestinationPath]}/${property[cftFileName]}</simple>
</recipientList>
Above endpoint resulting in below error..
org.apache.camel.NoSuchEndpointException: No endpoint could be found for: PART=
Kindly check if there is anything wrong in invoking above command using camel exec uri. Same command is getting executed successfully in normal java program.