Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-13867

[Artemis upgrade] Transformer interface was changed

XMLWordPrintable

      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

            mtaylor1@redhat.com Martyn Taylor (Inactive)
            eduda_jira Erich Duda (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: