【问题标题】:Can anyone explain what this means?谁能解释这意味着什么?
【发布时间】:2012-07-05 05:25:19
【问题描述】:

在我的 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 上也启用了会话复制。

【问题讨论】:

    标签: java debugging logging websphere


    【解决方案1】:

    如果你有时间,请点击以下链接。

    1. 丢弃消息大小:5000000;

    上面的消息也用于邮件和 websphere。

    这是最大尺寸。当它到达时,只有它显示。

    RecoveryLogQueueSize 的默认值为 5000000 字节 — 5 兆字节。

    如果使用方法:setRecoveryLogQueueSize(int size);

    您定义了大小。如果你有时间,请点击链接阅读

    Progress® SonicMQ® Performance Tuning Guide 8.0

    【讨论】:

    • 感谢您的回复。跟会话复制有关系吗?
    猜你喜欢
    • 2020-08-09
    • 2022-12-04
    • 2012-11-14
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多