> * some org.apache.activemq.artemis.core.remoting.impl.invm.InVMConnector > => what's their use?
does this answer this? or you're looking for something beyond of that? https://github.com/apache/activemq-artemis/blob/b50ae5a916e613ef43a86b8b995b84dc9a069a82/artemis-server/src/main/java/org/apache/activemq/artemis/core/remoting/impl/invm/InVMConnector.java#L110-L117 > * some ActiveMQ-remoting-threads-ActiveMQServerImpl::serverUUID=xxxxx > => what's their use? The general pool on the server's... similar code from the previous... https://github.com/apache/activemq-artemis/blob/b50ae5a916e613ef43a86b8b995b84dc9a069a82/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java#L2059-L2076 I thought those method facilities.. serviceRegistry and the general pool were being used by the integration at Wildfly.
