I am attempting to set my own httpClient in the url of the camel producer but it does not appear to be taking effect. Looking at the JettyHttpComponent it appears that the endpoint options being set via the URL are extracted in the createEndpoint(String uri, String remaining, Map<String, Object> parameters) function. Looking here I do not see any reference to extracting of an HttpClient. Also if an HttpClient was to be set on the endpoint it appears that the JettyHttpEndpoint.setClient(HttpClient client) function would need to be called, but I did not see any references to this call.
Any thoughts as to what is happening or is there something that I am missing? -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-set-Jetty-httpClient-option-tp4709557.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.