how to implement a TCP connection pool in Spring Integration
问题 I would like to be able to implement a TCP connection pool/factory that will be able to accept a dynamic host during runtime. For example I have an outbound channel adapter that is referenced to a client connection factory. The host will need to change depending on the message in the outbound channel adapter. I know that the host is static in this configuration. My question is, how to customize or extend the class for tcp-connection-factory to be able to connect to changing hosts. Or if there