KJBank 암호화 관련 및 Sync 관련 수정

This commit is contained in:
jaewohong
2025-10-13 14:04:22 +09:00
parent 367aeda517
commit 8ba0b6ee9c
5 changed files with 292 additions and 14 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ import com.eactive.eai.common.util.ContainerUtil;
@PropertySource("/WEB-INF/properties/env.common.properties")
public class ElinkConfig implements ConfigKeys {
// message handling options
private static boolean useInternalQueue = true;
//private static boolean useInternalQueue = true;
private static boolean useInternalQueue = false; // weblogic JMS jwhong
private static boolean useCacheTopic = true;
private static boolean useCacheStore = true;