Github user jmesnil commented on the pull request:
https://github.com/apache/activemq-artemis/pull/31#issuecomment-112713726
this service registry is used by WildFly to pass instance of user-defined
classes (such as transformers, interceptors) to Artemis.
WildFly uses a modular class loader so it's its responsibility to
instantiate these classes from the correct module. The ServiceRegistry is
really just an object repository since Artemis configuration does not allow to
pass instances but only class names
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---