Hi everyone, I calculated a message digest value using DigestUtils.sha1Hex(String value), which gave me a long string of about 40 characters (e.g dd543d3bcb28e577313f8b945f29a9be7a43c5fd). I needed to pass this messageDigest value to my internal camel component which in turn is supposed to write it to our DB. To achieve this, I used <toD uri ="message-history/somevalue/othervalues&messageDigest=dd543d3bcb28e577313f8b945f29a9be7a43c5fd" /> of camel 2.17.5. This sent an empty value of messageDigest to my message-history component. However when I use <recipientList> <simple> message-history/somevalue/othervalues&messageDigest=dd543d3bcb28e577313f8b945f29a9be7a43c5fd </simple> </recipientList> it does send a value of messageDigest to my message-history component, and also when I make the value of messageDigest smaller say about 5 characters, the camel toD does send the value of messageDigest. Could this be a bug in camel 2.17.5 on toD?
-- View this message in context: http://camel.465427.n5.nabble.com/apache-camel-toD-does-not-accept-a-property-value-of-about-40-characters-tp5809139.html Sent from the Camel - Users mailing list archive at Nabble.com.