I am trying to use the header enricher of integration's mail support to pull the subject and the from email address and add them to a message header. However, I am not sure how to accomplish this.
Basically, the incoming email will digested by and mail inbound channel adapter, and put on a channel. What I then wanted to do was to enrich the message as described above, and feed this into a router to handle the processing of information.
In a separate question, in using the expression language in a header enricher, what is the syntax to use to pass the current message into the method.
Thanks
Basically, the incoming email will digested by and mail inbound channel adapter, and put on a channel. What I then wanted to do was to enrich the message as described above, and feed this into a router to handle the processing of information.
In a separate question, in using the expression language in a header enricher, what is the syntax to use to pass the current message into the method.
Thanks
Comment