Let me know why header was not resolved in wiretap or help me with proper configuration
from("timer://foo?repeatCount=1") .setBody(simple("Test Message")) .setHeader("id", simple("thisIsFileName8")) .wireTap("logmanager:log?proccode=CODE&messageType=Rs&fileName=*${header.id}*&fileExtention=xml") .to("mock:result"); logmanager is custom component which has 4 parameters. -- View this message in context: http://camel.465427.n5.nabble.com/Wire-Tap-dynamic-endpoint-URIs-not-working-tp5792135.html Sent from the Camel - Users mailing list archive at Nabble.com.