4 Replies Latest reply on Apr 8, 2008 2:30 PM by deltaman

    SocketServer in a MBean?

    vojeda

      Hello all,

      is it posible to use a server socket inside a MBean? The problema I found is that if I want it to start when the app server starts then it hangs up the loading process because of the accept() method. What I need is a server socket to listen to other non Java applications in order to process some messages? And I want it to start automatically !!!
      Any ideas?

      Thanks in advance,

      Victor