0 Replies Latest reply on Jan 2, 2016 2:01 PM by sandra_nagl

    Persist and compare messages

    sandra_nagl

      Hello,

       

      I just started developing my first JBoss Fuse project and I would like to ask you

      a pretty general question regarding my intention to process the messages.

       

      I already receive data in form of XML files and unmarshal them to get Java Pojos.

      Now I'd like to compare the current message with the previous one to check if a certain

      attribute in the XML has changed. So I only want the message to be continued within the route if

      the value is different from the value of the message before.

       

      Could you tell me what the best and most performant method (persistence?) would be to

      achieve this kind of processing?

       

      Thanks in advance.