1 Reply Latest reply on Jun 19, 2014 10:10 AM by jmesnil

    How to create a netty connector with WildFly 8.1 ?

    mylos78

      Hello!

      I'd need to re-create a netty acceptor on WildFly 8.1 with basic configuration such as:

        <netty-acceptor name="netty" socket-binding="messaging"/>

      Is there a way to do it from the CLI ?

      Thanks !

      Mylos

        • 1. Re: How to create a netty connector with WildFly 8.1 ?
          jmesnil

          1. create the messaging socket binding

          2. create the netty-acceptor

          3. reload the application server

           

          [standalone@localhost:9990 /] /socket-binding-group=standard-sockets/socket-binding=messaging:add(port=5445)
          [standalone@localhost:9990 /] /subsystem=messaging/hornetq-server=default/remote-acceptor=netty:add(socket-binding=messaging)
          [standalone@localhost:9990 /] reload