【问题标题】:Websphere JMS queue sizeWebsphere JMS 队列大小
【发布时间】:2013-11-26 17:24:12
【问题描述】:

我正在使用 WebSphere Application Server 7.0.0.29。

已经设置了一个 JMS 实现。总线 + 连接工厂 + 队列 + 激活规范 + 目的地。

想知道,我怎样才能看到目标大小,它拥有的消息数量? 如果这取决于内存,则为 Destination 分配多少内存?

请注意,这不是 WebSphere MQ。

【问题讨论】:

    标签: memory jms message-queue websphere-7


    【解决方案1】:

    在网上研究了很久,在IBM的一个页面上找到了解决方案:

    http://publib.boulder.ibm.com/infocenter/dmndhelp/v6rxmx/index.jsp?topic=/com.ibm.btools.help.monitor.doc/Doc/tasks/administration/ad_settingthequeuedestinationsize.html

    复制到这里以防链接将来失效...

    1.从 WebSphere Application Server 管理控制台,转至服务集成 > 总线。
    2.在名称列中,单击 busName,其中 busName 是定义队列的总线的名称。
    3.单击目的地。
    4.单击destinationName
    5.点击排队积分。
    6.单击queuePointName(例如 Monitor_Bus_Queue_Destination@node_name.server_name- MONITOR.cell_name.Bus)。
    7.在High message threshold 字段中,输入您要使用的最大队列大小的值。默认值为 50000 条消息。
    8.点击确定。
    9.在消息信息框中,单击保存以应用您的更改。显示保存页面。 10.点击保存。

    请注意,这适用于 WebSphere 6,但在以后的版本中也可以使用。

    【讨论】:

      猜你喜欢
      • 2011-10-02
      • 1970-01-01
      • 2019-08-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-03-12
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多