Versions Compared

Key

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

...

The File FileComponent will take messages of off the Queue, and save them to a directory named test. Every message will be saved in a file that corresponds to its destination and message id.

Finally, we configured our own listener in the Route - to take notifications from the FileComponent and print them out as text.

Thats That's it!