Message routing

In ION these options for routing messages from source to target are supported:
  • Explicit routing:

    The sending application is not aware who is interested in its message. The message is routed by ION according to routing rules specified by Data Flows. The To Logical Id header should be set to lid://default

    You must use explicit routing for BODs that have a Sync, Process, Load, Post, Update, or Get verb. You can also use explicit routing for Acknowledge or Show verbs.

  • Implicit routing:

    The message is routed by ION Service according to the provided To Logical Id. This Logical Id must be valid for the specified routing rules.

    You must use implicit routing for BODs that have an Acknowledge or Show verb.