KJBank 암호화 관련 및 Sync 관련 수정
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user