|
@@ -92,8 +92,8 @@ public class RabbitMqListener {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
@RabbitListener(
|
|
|
- queuesToDeclare = @Queue("${queue.modeling.modeling-call}"),
|
|
|
- concurrency = "${maxThread.modeling.modeling-call}",
|
|
|
+ queuesToDeclare = @Queue("modeling-call"),
|
|
|
+ concurrency = "1",
|
|
|
priority = "${mq.consumerPriority}"
|
|
|
)
|
|
|
public void buildSceneHandler(Channel channel, Message message, @Header(AmqpHeaders.DELIVERY_TAG) long deliveryTag) throws Exception {
|