|
|
@@ -113,27 +113,27 @@ $rabbitMQ = [
|
|
|
//客户操作消费者
|
|
|
'name' => 'customConsumer',
|
|
|
'callbacks' => [
|
|
|
- 'customQueue' => '\common\components\rabbitmq\consumer\customConsumer',
|
|
|
+ 'customQueue' => '\common\components\rabbitmq\customConsumer',
|
|
|
]
|
|
|
],
|
|
|
[
|
|
|
//库存管理消费者
|
|
|
'name' => 'stockConsumer',
|
|
|
'callbacks' => [
|
|
|
- 'stockQueue' => '\common\components\rabbitmq\consumer\stockConsumer',
|
|
|
+ 'stockQueue' => '\common\components\rabbitmq\stockConsumer',
|
|
|
]
|
|
|
],
|
|
|
[
|
|
|
//通知消费者
|
|
|
'name' => 'notifyConsumer',
|
|
|
'callbacks' => [
|
|
|
- 'notifyQueue' => '\common\components\rabbitmq\consumer\notifyConsumer',
|
|
|
+ 'notifyQueue' => '\common\components\rabbitmq\notifyConsumer',
|
|
|
]
|
|
|
],
|
|
|
[
|
|
|
'name' => 'importDataConsumer',
|
|
|
'callbacks' => [
|
|
|
- 'queues1' => '\common\components\rabbitmq\consumer\importDataConsumer',
|
|
|
+ 'queues1' => '\common\components\rabbitmq\importDataConsumer',
|
|
|
],
|
|
|
]
|
|
|
],
|