Sometimes with Filespooler, you may wish for your queue processing to effectively re-queue your jobs into other queues. Examples may be: Parallel processing Distributing jobs to various workers There are two approaches to this: Directly reusing the job file in the destination. To do this, you would hard link the job file into the destination queue’s jobs directory. See Parallel Processing of Filespooler Queues for an example of this approach. Alternatively, you could pipe data to fspl prepa...