Designing Near Real Time NDS Messages

As described above, near real time NDS messages require you to define:

  • A download staging receiver to process records on the NDS table.
  • A download staging sender to process "responses" to the download staging receiver.

The following sections identify other control table design issues.

Consider the following integration scenario. A change to a certain type of record in your product should trigger a message to an external system to inform that system of the change. This will be a near real time message and we expect an asynchronous response.

Related Topics:

Parent Topic: Designing Notification Download Types