While I am reading the Mule in Action book to understand message properties' scopes, I encounter that Request-response outbound endpoints create inbound properties
. More over, I came to know that message sources like inbound endpoints create inbound properties.
How can I know which inbound property is created by which endpoint, inbound or outbound?
How the inbound properties created by request-response outbound endpoints are helpful?
Thanks in advance.