-
Bug
-
Resolution: Done
-
Blocker
-
7.2.0.GA
For more information about origin of this issue see JBEAP-13856.
Artemis in EAP supports diverting and transforming of diverted messages using the custom implementation which implements Transformer interface [1]. The interface was changed between EAP 7.1 (Artemis 1.x) and EAP 7.2 (Artemis 2.x).
public interface Transformer {
- ServerMessage transform(ServerMessage message);
+ Message transform(Message message);
}
Customer impact: Customers have to update and recompile their custom modules which implements the Transformer interface.
[1] https://activemq.apache.org/artemis/docs/1.5.0/diverts.html
- blocks
-
WFLY-10320 Upgrade artemis from 1.5.x to 2.x.x
- Closed