|
@@ -59,8 +59,6 @@ public class RabbitMqListener {
|
|
|
private String queueModelingCall;
|
|
|
@Value("${queue.modeling.modeling-post}")
|
|
|
private String queueModelingPost;
|
|
|
- @Value("${queue.modeling.modeling-progress-notice}")
|
|
|
- private String modelingProgressNotice;
|
|
|
|
|
|
@Autowired
|
|
|
private RedisUtil redisUtil;
|
|
@@ -230,10 +228,6 @@ public class RabbitMqListener {
|
|
|
String skyboxType = dataMap.get("skyboxType");
|
|
|
|
|
|
ComputerUtil.createProjectAndDataFile(path,num, splitType, skyboxType,null,null);
|
|
|
-
|
|
|
- //开始计算前发送mq消息,监听project.json文件的变化以更新进度条
|
|
|
- rabbitMqProducer.sendByWorkQueue(modelingProgressNotice, message);
|
|
|
-
|
|
|
//计算模型并返回需要上传oss的文件集合
|
|
|
ComputerUtil.computer(num, path, buildType);
|
|
|
|