Hi. Just create a bean in registry with name http and proper component type. E.g. if you are using spring, define a spring bean.
On Thu, Feb 2, 2017, 7:02 AM jack patwork <[email protected]> wrote: > Hi, > > Is it possible to remap the 'http4' component to use the 'http' component > id. I'm asking because I have distributed application where a bunch of http > urls are being passed in as parameters and camel is mapping them to the > http component. > > During performance testing it's revealed that we can get a significant gain > by switching to the httpclient 4.x. I'm wondering if there is a central > place where camel could be reconfigured, instead of finding all the > affected routes and ensuring a mapping between protocol and component-id is > in place. > > Thanks in advance! > > Jack >
