This IQueue
implementation makes use of a folder as a queue with the messages saved as file. It is provided mainly as a backup mechanism.
The queue configuration is part of the specified uri, e.g.:
<inbox
workQueueUri="filemq://{directory-path}"
.
.
.
/>