0 Replies Latest reply on Dec 3, 2015 12:05 PM by m_k

    Multiple outbounding TCP connections from JBossEAP to different IPs

    m_k

      Hi,

       

      I'm working on application running on JBossEAP 6.4 in domain mode. I need to handle multiple (up to 1000) parallel TCP connections from server to different hardware devices.

      Connections heve to be opened at server side and will be keept up to 90 seconds. All connections uses the same port and protocol, but destination IP adresses are different..

      I wonder if JCA adapter is suitable for this use case. Should I create special Activation specification for every single device or use something else than JCA resource adapter?