You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The background queue publisher is new in Aspire 4.0 and allows processing of items that have been published to an Aspire queue for later processing. Background processing uses the same distributed queues (held in noSQL) as used in the connector framework. The Background Processing Connector is, in fact, a cut down version of connector framework, with no “scan” method, since the scanning is done elsewhere. The interaction of the connector framework and background processing can be seen below:

Features

  • Read from a named queue in an Aspire cluster
  • Publishes the queued document supplemented with information about the queue entry
    • So the document sent to the workflow has the same id etc as the original
  • Optionally deletes queue entries once processed
    • Or leave for debugging
  • Optionally ends the crawl when the queue is empty
    • Or runs indefinitely


IMPORTANT

 Please review the Background Queue Connector FAQ & Troubleshooting for any Known Issues.


  • No labels