]
Jeff Mesnil closed WFLY-1079.
-----------------------------
Resolution: Won't Fix
HornetQ is in maintenance mode and is no longer the messaging broker used in WildFly
Improve HornetQ interceptor support
-----------------------------------
Key: WFLY-1079
URL:
https://issues.jboss.org/browse/WFLY-1079
Project: WildFly
Issue Type: Feature Request
Components: JMS
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
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.