|
@@ -77,8 +77,7 @@ public class RabbitMqListener {
|
|
|
*/
|
|
|
@RabbitListener(
|
|
|
queuesToDeclare = @Queue("${queue.modeling.modeling-call}"),
|
|
|
- concurrency = "${maxThread.modeling.modeling-call}",
|
|
|
- priority = "${mq.consumerPriority}"
|
|
|
+ concurrency = "${maxThread.modeling.modeling-call}"
|
|
|
)
|
|
|
public void buildSceneHandler(Channel channel, Message message) throws Exception {
|
|
|
SysConstants.SYSTEM_BUILDING = true;
|