Description
When using property placeholders in consumer endpoints, interceptFrom is not able to match the pattern against the Endpoint URI because the latter is passed unresolved. EndpointHelper.matchEndpoint(String uri, String pattern) receives the placeholder in the first parameter rather than the resolved value of the property.