|
|
@@ -164,8 +164,8 @@ $rabbitMQ = [
|
|
|
'name' => 'stockConsumer',
|
|
|
'callbacks' => [
|
|
|
'stockQueue' => '\common\components\rabbitmq\stockConsumer',
|
|
|
- //'limitBuyQueue' => '\common\components\rabbitmq\cancelLimitBuyConsumer',
|
|
|
- 'limitBuyQueue' => '\common\components\rabbitmq\stockConsumer',
|
|
|
+ 'limitBuyQueue' => '\common\components\rabbitmq\cancelLimitBuyConsumer',
|
|
|
+ //'limitBuyQueue' => '\common\components\rabbitmq\stockConsumer',
|
|
|
]
|
|
|
],
|
|
|
[
|