|
@@ -12,101 +12,101 @@ public enum MqGroupEnum {
|
|
|
/**
|
|
|
* web group
|
|
|
*/
|
|
|
- sessionConsumerWebGroup("themis-group-exam-test-sessionWeb"),
|
|
|
+ sessionConsumerWebGroup("themis-group-exam-sessionWeb"),
|
|
|
|
|
|
/**
|
|
|
* win group
|
|
|
*/
|
|
|
- sessionConsumerWinGroup("themis-group-exam-test-sessionWin"),
|
|
|
+ sessionConsumerWinGroup("themis-group-exam-sessionWin"),
|
|
|
|
|
|
/**
|
|
|
* mac group
|
|
|
*/
|
|
|
- sessionConsumerMacGroup("themis-group-exam-test-sessionMac"),
|
|
|
+ sessionConsumerMacGroup("themis-group-exam-sessionMac"),
|
|
|
|
|
|
/**
|
|
|
* wxapp group
|
|
|
*/
|
|
|
- sessionConsumerWxappGroup("themis-group-exam-test-sessionWxapp"),
|
|
|
+ sessionConsumerWxappGroup("themis-group-exam-sessionWxapp"),
|
|
|
|
|
|
/**
|
|
|
* ios group
|
|
|
*/
|
|
|
- sessionConsumerIosGroup("themis-group-exam-test-sessionIos"),
|
|
|
+ sessionConsumerIosGroup("themis-group-exam-sessionIos"),
|
|
|
|
|
|
/**
|
|
|
* android group
|
|
|
*/
|
|
|
- sessionConsumerAndroidGroup("themis-group-exam-test-sessionAndroid"),
|
|
|
+ sessionConsumerAndroidGroup("themis-group-exam-sessionAndroid"),
|
|
|
|
|
|
/**
|
|
|
* 用户轨迹 user group
|
|
|
*/
|
|
|
- userLogConsumerUserGroup("themis-group-exam-test-userLogUser"),
|
|
|
+ userLogConsumerUserGroup("themis-group-exam-userLogUser"),
|
|
|
|
|
|
/**
|
|
|
* 用户轨迹 student group
|
|
|
*/
|
|
|
- userLogConsumerStudentGroup("themis-group-exam-test-userLogStudent"),
|
|
|
+ userLogConsumerStudentGroup("themis-group-exam-userLogStudent"),
|
|
|
|
|
|
/**
|
|
|
* 异步任务 考生导入 group
|
|
|
*/
|
|
|
- taskConsumerExamStudentImportGroup("themis-group-exam-test-taskExamStudentImport"),
|
|
|
+ taskConsumerExamStudentImportGroup("themis-group-exam-taskExamStudentImport"),
|
|
|
|
|
|
/**
|
|
|
* 异步任务 考场导出 group
|
|
|
*/
|
|
|
- taskConsumerRoomCodeExportGroup("themis-group-exam-test-taskRoomCodeExport"),
|
|
|
+ taskConsumerRoomCodeExportGroup("themis-group-exam-taskRoomCodeExport"),
|
|
|
|
|
|
/**
|
|
|
* 异步任务 考场导入 group
|
|
|
*/
|
|
|
- taskConsumerRoomCodeImportGroup("themis-group-exam-test-taskRoomCodeImport"),
|
|
|
+ taskConsumerRoomCodeImportGroup("themis-group-exam-taskRoomCodeImport"),
|
|
|
|
|
|
/**
|
|
|
* 异步任务 试卷导入 group
|
|
|
*/
|
|
|
- taskConsumerExamPaperImportGroup("themis-group-exam-test-taskExamPaperImport"),
|
|
|
+ taskConsumerExamPaperImportGroup("themis-group-exam-taskExamPaperImport"),
|
|
|
|
|
|
/**
|
|
|
* websocket超时退出 考生 group
|
|
|
*/
|
|
|
- websocketConsumerOeGroup("themis-group-exam-test-websocketOe"),
|
|
|
+ websocketConsumerOeGroup("themis-group-exam-websocketOe"),
|
|
|
|
|
|
/**
|
|
|
* websocket超时退出 考生 group
|
|
|
*/
|
|
|
- websocketConsumerUnNormalGroup("themis-group-exam-test-websocketUnNormal"),
|
|
|
+ websocketConsumerUnNormalGroup("themis-group-exam-websocketUnNormal"),
|
|
|
|
|
|
/**
|
|
|
* quartz 考场 group
|
|
|
*/
|
|
|
- quartzConsumerExamActivityGroup("themis-group-exam-test-quartzExamActivity"),
|
|
|
+ quartzConsumerExamActivityGroup("themis-group-exam-quartzExamActivity"),
|
|
|
|
|
|
/**
|
|
|
* 计算客观分
|
|
|
*/
|
|
|
- calculateObjectiveScoreGroup("themis-group-exam-test-calculateObjectiveScore"),
|
|
|
+ calculateObjectiveScoreGroup("themis-group-exam-calculateObjectiveScore"),
|
|
|
|
|
|
/**
|
|
|
* 人脸验证
|
|
|
*/
|
|
|
- faceVerifySaveGroup("themis-group-exam-test-faceVerifySave"),
|
|
|
+ faceVerifySaveGroup("themis-group-exam-faceVerifySave"),
|
|
|
/**
|
|
|
* 活体验证
|
|
|
*/
|
|
|
- livenessVerifySaveGroup("themis-group-exam-test-livenessVerifySave"),
|
|
|
+ livenessVerifySaveGroup("themis-group-exam-livenessVerifySave"),
|
|
|
|
|
|
/**
|
|
|
* 考试记录数据持久化
|
|
|
*/
|
|
|
- examRecordPersistedGroup("themis-group-exam-test-examRecordPersisted"),
|
|
|
+ examRecordPersistedGroup("themis-group-exam-examRecordPersisted"),
|
|
|
|
|
|
/**
|
|
|
* 考试断点记录
|
|
|
*/
|
|
|
- examBreakHistoryGroup("themis-group-exam-test-examBreakHistory");
|
|
|
+ examBreakHistoryGroup("themis-group-exam-examBreakHistory");
|
|
|
|
|
|
private MqGroupEnum(String code) {
|
|
|
this.code = code;
|