Message Repository Directories
| Directory | Description |
|---|---|
| /inbox | This is the default location where the consumer puts the request message and the provider polls for a request message. |
| /instage | This is the default location where the consumer stages a request message before it is completely uploaded. |
| /inprotect | This is the default location where consumer moves an existing request message so that it is not overwritten by current request message. |
| /inarchive | This is the default location where provider archives request message after it is processed. |
| /outbox | This is the default location where the provider puts a response message and the consumer polls for the response message. |
| /outstage | This is the default location where the provider stages the response message before it is completely uploaded. |
| /outprotect | This is the default location where provider moves an existing response message to so that it is not overwritten by current response message. |
| /outarchive | This is the default location where consumer archives response message after it is processed. |