0 Replies Latest reply on Oct 9, 2017 5:43 AM by slang2310

    Define my own Thread-Factory in EJB3 Subsystem

    slang2310

      Hello Community,

       

      In my Wildfly10 I want to create a new thread-pool within the ejb3-subsystem configuration. Within this thread-pool I want to define my own ThreadFactory, because I want those threads to run with the lowest priority possible. So far I haven't found any example or documentation that explains, what has to be placed into the "value"-part when I try to execute the following command via cli: "/subsystem=ejb3/thread-pool=timer-pool:write-attribute(name=thread-factory, value=[???]).

       

      What needs to / or can be set instead of [???]. Is it the fullname of my ThreadFactory (package+class name)? Is it the JNDI name of my ThreadFactory? Something else?

       

      Any help is appreciated.