Hello,
We are using camel-http component in order to connect and communicate to
outbound HTTP interfaces. Currently we have a requirement to read or identify
the source port assigned (can be random/dynamic port value) for such
communication. The connection pool is handled internally by Camel-HTTP
(HttpComponent) and Apache HttpClient's PoolingHttpClientConnectionManager
APIs. Is there any way to get the source port information with the help of any
public APIs in Camel-HTTP? Kindly suggest.
The version that we use currently are Camel-http 3.7.4 and Apache httpclient
4.5.13. Kindly suggest if there is any way to retrieve the local/source port
details from camel-http for a http client.
Much thanks, VNS