Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The filePoller gets a thread from the workManager. The workManager checks the inbox directory every second for files.
  2. The filePoller creates a normalized message that contains the file to be transmitted.
  3. The filePoller routes the normalized message over the Normalized Message Router (NMR) to the fileSender component.
  4. The fileSender transforms the normalized message back into a file and "sends" it (places it) to the outbox directory. #

Logging information is written to the console as files are transmitted. Typical output looks like the following:

...