在我的websphere的日志文件SystemOut.log
中重复获取一个奇怪的行。
HttpSessionCache/jmsPubUpd: Discarding message of size:5000000; Discarding message of size:7394356
环境:
WebSphere Platform 5.1
Host Operating System is Linux, version 2.4.21-47
Java version = J2RE 1.4.2
有害吗?或者我可以忽略这一行吗?
提前致谢。
修改
在websphere上也启用了会话复制。
答案 0 :(得分:1)
如果您有时间,请点击以下链接。
以上消息也用于邮件和websphere。
它是最大尺寸。当它到达时,它只显示。
RecoveryLogQueueSize的默认值为5000000字节-5兆字节。
如果使用Method:setRecoveryLogQueueSize(int size);
你定义了大小。如果您有时间,请点击链接阅读