Message Origin
Origin is the way in which a message object comes into existence. The origin of a message within a program is either local or inbound:
- A message that program code creates using an explicit call is a local message.
- A message that a program receives through a subscriber is an inbound message.