PHP code example of awdn / vigilant-queue

1. Go to this page and download the library: Download awdn/vigilant-queue library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

awdn / vigilant-queue example snippets


$ php deferred-queue-daemon.php --debug 1 --evictionTickrate 1000

$ php console-consumer.php --debug 1

$ php console-producer.php --debug 1 --simulate 1 --keyPrefix mk --keyDistribution 1 --numMessages 1 --expMinMs 3000000 --expMaxMs 3000000 --sleepUs 0