1 Reply Latest reply on Jul 18, 2016 7:28 AM by pferraro

    wildfly 10: jgroup channel not in JNDI

    ymenager

      I've added an extra channel to my wildfly 10 app:

       

      <channels default="ee">

        <channel name="ee" stack="udp"/>

        <channel name="mychannel" stack="tcp"/>

      </channels>

       

      However when that channel aren't in the JNDI ( java:jboss/jgroups/channel ), the only one I can find there is the default one and others generated by wildfly (ejb, hibernate, server, web)

       

      Same with the the factory JNDI ( java:jboss/jgroups/factory ), there's only default, ee and udp