Hi everyone,
I am using Camel 2.4 to connect to a TCP socket server. Camel uses MINA 1.17 internally. I want to create multiple sessions to the socket server, let's say 7 connections which, will be my connection pool or more precisely session pool. Thus, when I send a request a selector will select the free session to send the request on. I want to know if I can create multiple producer sessions. 1- Does creating multiple Connector threads corresponds to creating multiple sessions? 2- Can I use the ExecutorFilter to create multiple sessions ? And if not what is the alternative? Thanks,
