Hi,
Which version of Camel are you using? Dynamic resolution of wireTap
endpoints was added in 2.16.
Jakub
On 04/01/17 09:25, jshankarc wrote:
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.