################################################################################################## DOCKER COMPOSE ###### cd c:\@Projects\Programming\php\Feidio set-host.bat docker-compose up #################################################################################################### RABBITMQ CLI ###### rabbitmqadmin get queue=smsMessageReceivedXX ackmode=ack_requeue_false count=10 rabbitmqadmin get queue=smsMessageToBeSentXX ackmode=ack_requeue_false count=10 rabbitmqadmin get queue=smsResultXX ackmode=ack_requeue_false count=10 rabbitmqctl list_queues ################################################################################################### APPSERVER CLI ###### php /var/www/html/feidio/fred/bin/consumeMessageQueue.php -q smsMessageToBeSent -t 10 -r 0 php /var/www/html/feidio/fred/bin/processAsyncMessage.php -q smsMessageToBeSent -p eyJjb2RlIjoiMWMxMTQ0ZDItNWYyNy00YjRkLTk2OTgtZGVhNGNhMzFlYzZiIiwic2ltQ2FyZCI6IjIyMjAwMDAwMDAwMDAwMDIwMEEiLCJwaG9uZU51bWJlciI6IjQyMDQ0NDQ0NDQ0NCIsImNvbnRlbnQiOiJibGEgYmxhIGJsYSIsInJlcXVlc3RlZEF0IjoiMjAyMS0wOC0wNyAwNDo0ODo1MSJ9 php /var/www/html/feidio/fred/vendor/nette/tester/src/tester -C -s -l /var/www/html/feidio/fred/tests/_log/tests.log /var/www/html/feidio/fred/tests ###################################################################################################### TEST PAGES ###### https://fred.feidio.local/tests/BusinessLayer/Entities/SmsMessageTest.php https://fred.feidio.local/tests/BusinessLayer/Entities/SmsResultTest.php https://fred.feidio.local/tests/BusinessLayer/Interactors/SmsMessage/_LifeCycleTest.php https://fred.feidio.local/tests/BusinessLayer/Interactors/SmsMessage/AddInteractorTest.php https://fred.feidio.local/tests/BusinessLayer/Interactors/SmsMessage/GetNextToBeSentInteractorTest.php https://fred.feidio.local/tests/BusinessLayer/Interactors/SmsMessage/HandleToBeSentInteractorTest.php https://fred.feidio.local/tests/BusinessLayer/Interactors/SmsResult/_LifeCycleTest.php https://fred.feidio.local/tests/BusinessLayer/Interactors/SmsResult/AddInteractorTest.php https://fred.feidio.local/tests/DataAccessLayer/AsyncMessaging/RabbitMQ/Callbacks/SmsMessage/AddCallbacksTest.php https://fred.feidio.local/tests/DataAccessLayer/AsyncMessaging/RabbitMQ/Callbacks/SmsResult/AddCallbacksTest.php