Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 387 Bytes

implementations-filemq.md

File metadata and controls

20 lines (16 loc) · 387 Bytes
title layout
FileMQ Extensions
api

FileMQ

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.

Configuration

The queue configuration is part of the specified uri, e.g.:

    <inbox
      workQueueUri="filemq://{directory-path}"
	  .
	  .
	  .
    />