Improve Artemis interceptor support
-----------------------------------
Key: WFLY-4867
URL:
https://issues.jboss.org/browse/WFLY-4867
Project: WildFly
Issue Type: Feature Request
Components: JMS
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Fix For: 10.0.0.CR1
Artemis interceptors requires to tweak the org.apache.activemq.artemis module's
module.xml to add a dependency to a JBoss module containing the interceptor class.
Instead, the messaging-activemq subsystem should have a "module" attribute to
load the remoting-interceptors without requiring any changes to hornetq or messaging
subsystem modules.
This will require to transform the remoting-interceptors attribute (which is a list of
class names) to a complex attribute with a name and module attributes.