I would like to create the from(URI) at runtime. I am using the twitter-component to fetch the tweets of the timeline of a user. The username of the user i would like to get from the body of the incoming message.
from("direct:twitterinternal") // body contains username as string
.from("twitter://timeline/user?type=direct&user=" + "${body}")
Does camel offer the possibility to create URIs at runtime?