2 Replies Latest reply on Aug 30, 2002 7:08 PM by hchirino

    How many sockets used?

    rboston

      Does anyone know if the underlying socket implementation of JMS uses one socket per JMS connection or does it try to share sockets??

      I've got an application that's creating several hundred connections and we're trying to do some performance tuning.

      I didn't know if the underlying implementation actually creates one socket and keeps it open for every connection or tries to share things.

      Overall, after some bumbling around the JMS implementation is working quite well. Just having a hard time without some detailed specs on how it operates. For example, I wasn't aware of the number of threads that a remote connection creates (there were 2).