文献校对功能转rabbitMQ

This commit is contained in:
wyn
2026-06-02 10:00:36 +08:00
parent 53e568b48d
commit 100f3cf35c
5 changed files with 390 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?php
return [
'host' => '127.0.0.1',
'port' => 5672,
'user' => 'admin',
'password' => '751019',
'vhost' => '/',
'reference_check' => [
'exchange' => 'reference_check',
'queue' => 'ref_check.article',
'dlq' => 'ref_check.article.dlq',
'route_key' => 'article.start',
],
];