1 Reply Latest reply on Feb 22, 2013 12:57 PM by tcunning

    Doubt on ESB ACtion Processing help needed

    somsathi

       

      Hi, I have defined 3 Actions in jboss esb.xml of type ActionPipelineProcessor, in the action pipeline, the message is getting altered in the second action, now is it possible for me to get the message of first action in the third action of action pipeline(i.e, retrieving the unlatered message, after the alteration happened in the second action)

      Message->First Action(UnAltered Message)-->Second Action(Message has been altered) --> Third Action(Now i need to get the UnAltered Message here)

      is it possible in Jboss ESB? Is there any way or API to achieve this?