Spring Integration framework.
Mainly focusses on the Enterprise Integration Application Framework. Design patterns are obtained and utilized as a integration solution from those.
One of the component is Message
Message is a generic wrapper for a java object combined with the metadata used by the framework. Payload & Headers are the key components of a message.
Payload:- Can be of anything and any type data.
Headers:-
Holds commonly required information like id, time_stamp, correlation_id and return address.