[
https://issues.apache.org/jira/browse/ARTEMIS-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590199#comment-14590199
]
ASF GitHub Bot commented on ARTEMIS-92:
---------------------------------------
GitHub user jbertram opened a pull request:
https://github.com/apache/activemq-artemis/pull/37
ARTEMIS-92 API update to add transformers
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-92
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/37.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #37
----
commit ba7a991b11fd51af79515bb1f17a6e1b048af529
Author: jbertram <[email protected]>
Date: 2015-06-17T18:01:57Z
ARTEMIS-92 API update to add transformers
----
> Inject divert and bridge transformer classes
> --------------------------------------------
>
> Key: ARTEMIS-92
> URL: https://issues.apache.org/jira/browse/ARTEMIS-92
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Affects Versions: 1.0.0
> Reporter: Jeff Mesnil
> Assignee: Justin Bertram
> Fix For: 1.0.1
>
>
> Divert and bridges can have a transformer classes.
> They are specified in the divert and bridges configuration using class names
> and loads by Artemis when its server is started.
> However in a modular environment (such as WildFly), Artemis may not be aware
> of the modules containing the loaded classes (that can come from the user
> space).
> It is not suitable to have the ActiveMQ module depends on these user modules
> (as it breaks any modularity). Instead ActiveMQ should be able to use
> transformer *instances* (loaded by WildFly) from the divert and bridge
> classes.
> There is already such a mechanism for loaded classes such as server
> interceptor and connector services through the ServiceRegistry.
> This class should be extended to also work with divert and bridge
> transformers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)