Fax2mail

dsolz
edited June 9, 2023 in Core Messaging #1

We currently use Fax2mail QueuedDocumentRetrieve class to pull faxes locally to a server; this process runs every 15 minutes. My question is: What would happen if we had overlapping pull process attempting to pull down the same type of fax?

Comments

  • The fax in the queue can be pulled by one process at a time. Once the document is pulled it would wait in a separate queue for the same to be released/deleted after processing by the client.

    If its not released, then the document would come back to the queue again for retrieval.