0 Replies Latest reply on Mar 21, 2016 3:22 AM by jmathews

    Renaming remoting endpoint

    jmathews

      Hi,

       

      Is there a way to configure the name for the remoting endpoint used in Wildfly (I'm using 8.2.1 Final). Currently the name is "Remoting \"endpoint\"". This makes it impossible to access the corresponding node in jboss-cli.

       

      [standalone@192.168.1.211:9990 worker] pwd

      /subsystem=io/worker

      [standalone@192.168.1.211:9990 worker] ls

      Remoting "endpoint"  default              remoting            

      [standalone@192.168.1.211:9990 worker] cd 'Remoting "endpoint"'

      The command accepts 1 unnamed argument(s) but received: ['Remoting, "endpoint"']

      [standalone@192.168.1.211:9990 worker] cd "Remoting \"endpoint\""

      The closing '"' is missing.

       

      Also, the remoting threads used by EJB layer and JMX layer are all named with the prefix "Remoting "endpoint" *" making it rather hard to debug issues with the either the EJB or JMX layers.

       

       

      Thanks

      Jacob Mathews