0 Replies Latest reply on Dec 11, 2013 8:09 AM by mcajvar

    JBoss and RUDP connections

    mcajvar

      I need to prepare a web service using JAX-RS. However, I need to have JBoss listen on a specific port and the clients will send HTTP requests using the RUDP (Reliable UDP) protocol.

       

      Googling has yielded a Java RUDP library - http://sourceforge.net/projects/rudp/ but otherwise not much information about how to make JBoss listen to RUDP connections. How does one go about such a task?

       

      Is it possible to configure JBoss to listen on a specific port for RUDP connections? Is this something that is better implemented in some other way? If so, how?

       

      Thank you for any useful information.