[jboss-jira] [JBoss JIRA] (WFLY-4867) Improve Artemis interceptor support

Jeff Mesnil (JIRA) issues at jboss.org
Fri Jul 3 04:49:02 EDT 2015


     [ https://issues.jboss.org/browse/WFLY-4867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Mesnil updated WFLY-4867:
------------------------------
    Description: 
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 messaging-activemq child resource identified by its class-name and with a module attribute.


  was:
HornetQ interceptors requires to tweak the org.hornetq module's module.xml to add a dependency to a JBoss module containing the interceptor class.

Instead, the messaging 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 messaging child resource identified by its class-name and with a module attribute.




> 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
>
> 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 messaging-activemq child resource identified by its class-name and with a module attribute.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jboss-jira mailing list