Figured out what was wrong.
instead of
.recipientList(simple("*{{test.url}}*/${header.parameter}?bridgeEndpoint=true"))
below line worked.
.recipientList(simple("${properties:test.url}/${date:now:yyyyMMdd}?bridgeEndpoint=true"))
I think the way I tried to use property placeholder was causing this issue.
--
View this message in context:
http://camel.465427.n5.nabble.com/recipientList-not-working-tp5805389p5805474.html
Sent from the Camel - Users mailing list archive at Nabble.com.
