The Learning Transport stores all messages on disk as individual files. By default, the storage location is a folder named .
that exists at the solution root. All files are textual and can be opened with any text editor to inspect their contents.
Each endpoint in a project will have a subfolder in the .
folder.
Within the endpoint folder, each message will be represented by a
file that will exist at the root of the endpoint folder. This file contains metadata, such as the message headers, for the message.
The contents of the message can be found in the .
folder in a
file.