文件名称:tactician-queue-interop
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-06 13:58:46
PHP
战术员的队列互操作传输 用法: 看一下 。 该示例演示了如何将命令排队到MQ并稍后在另一个进程中进行处理。 这是开始的方法: $ git clone git@github.com:php-enqueue/tactician-queue-interop.git ; $ cd tactician-queue-interop $ composer install $ php example/queue_command_example.php 预期的输出是: Command has been queued Got message from MQ Hello World!!! 由Forma-Pro开发 Forma-Pro是一家全栈开发公司,其兴趣也扩展到了开源开发。 作为一支由强大的专业团队组成的团队,我们的目标是通过在电子商务,码头工人和面向微服务的体系结构领域开发前沿解决方案来帮助社
【文件预览】:
tactician-queue-interop-master
----.gitignore(83B)
----README.md(1KB)
----composer.json(663B)
----phpunit.xml.dist(772B)
----src()
--------TacticianProcessor.php(656B)
--------QueueMiddleware.php(2KB)
--------ReceivedMessage.php(497B)
--------QueueMessage.php(438B)
--------NativePhpSerializer.php(338B)
--------QueuedMessage.php(495B)
--------NormalizerMiddleware.php(1KB)
--------Serializer.php(289B)
----example()
--------queue_command_example.php(2KB)
----.travis.yml(241B)