1. Stop the broker.
mqsistop <BrokerName>
Where <BrokerName> is the name of your broker.
2. Enable broker agent trace.
mqsichangetrace <BrokerName> -t -b -l debug -c <file size in KB>
3. Enable the Execution Group startup trace.
mqsichangetrace <BrokerName> -t -e <EGName> -l debug -c <file size in KB>
Where <BrokerName> is the name of your broker.
This command can be run even when broker / EG are in stopped state.
4. Start the broker to recreate the problem.
5. Turn off trace
mqsichangetrace <BrokerName> -t -b -l none
mqsichangetrace <BrokerName> -t -e <EGName> -l none
6. Retrieve the trace log for specified component.
mqsireadlog <BrokerName> -t -b agent -f -o agent.xml
mqsireadlog <BrokerName> -t -e <EGName> -f -o <EGname>.xml
7. Format the XML log file
mqsiformatlog -i agent.xml -o agent.txt
mqsiformatlog -i <EGName>.xml -o <EGName>.txt
8. After a PMR is open, submit the files agent.txt and <EGName>.txt to IBM Support.
分享到:
相关推荐
**AIX平台下Message Broker安装指南** 在IBM的Service-Oriented Architecture (SOA)解决方案中,WebSphere Message Broker(WMB)起着至关重要的作用,它作为一个中间件,负责消息传输、转换和路由。本指南将详细...
Message Broker 连接数据库 Message Broker 是一种消息中间件,能够连接各种数据源,包括关系型数据库、消息队列、文件系统等。在这里,我们将讨论如何使用 Message Broker 连接数据库,包括配置 ODBC 连接、设置 ...
在非对称环境下,Message Broker集群的负载均衡是一种策略,旨在优化资源分配,确保在硬件配置不均等的情况下,消息处理的负载能够均匀分布到各个节点上,提高系统的稳定性和性能。WebSphere Message Broker (WMB) ...
### IBM WebSphere Message Broker 命令详解 IBM WebSphere Message Broker(以下简称“Message Broker”)是IBM提供的一款用于企业级消息处理的软件,它能够高效地管理和传递大量的消息数据,支持复杂的消息处理...
【IBM MessageBroker 知识点详解】 IBM Message Broker (MB) 是一款强大的中间件产品,作为企业服务总线(ESB)的一部分,它在构建面向服务架构(SOA)的解决方案中扮演着重要角色。MB 提供了一个统一的平台,用于...
1.2. IBM WEBSPHERE MESSAGE BROKER 技术方案 1 1.2.1. WebSphere Message Broker的特性亮点 2 1.2.2. WebSphere Message Broker的价值 3 1.3. 选择IBM的理由 3 1.3.1. WebSphere Message Broker解决方案的优势 3 ...
精通WebSphere Message Broker,清晰版本
在IT行业中,消息中间件(Message Broker)是用于在分布式系统中传递消息的关键组件,它允许应用程序异步通信,解耦各个服务,提高系统的可扩展性和可靠性。本示例主要探讨的是在Message Broker环境中,如何使用...
### Websphere Message Broker配置总结 #### 一、概述 Websphere Message Broker(以下简称WMB)是一款由IBM开发的企业级消息中间件产品,用于构建高效、可靠的应用集成解决方案。本文将详细介绍WMB 6.1版本中的...
根据提供的文件信息,我们可以从中提炼出关于FUSE Message Broker安装指南的重要知识点,这些知识点主要集中在消息中间件的应用、安装步骤及注意事项等方面。 ### FUSE Message Broker 概览 FUSE Message Broker ...
《WebSphere Message Broker基础知识》是IBM为WebSphere Message Broker V6提供的一份详尽的指导文档,由Saida Davies、Laura Cowen、Cerys Giddings和Hannah Parker共同编写,于2005年12月发布。这份文档旨在介绍...
WebSphere Message Broker 开发和部署最佳实践 WebSphere Message Broker 是一个企业服务总线(ESB),提供了用于各种协议的通用连接以及为使用结构化和非结构化数据的应用程序提供数据转换功能。为了提高消息处理...
Websphere Message Broker实践,WebSphere MQ Java编程,Message Broker 计时器节点编程模式,MessageBroker TCPIP通信协议,wmb关于ws服务的引用,WMB连接oracle数据库实践,全部组件
Oracle Message Broker Administration Guide Release 2.0.1 oracle8 本文档是 Oracle Message Broker Administration Guide Release 2.0.1 的详细指南,适用于 SPARC Solaris 和 Windows NT 平台。该指南主要面向...
【IBM WebSphere Message Broker Toolkit 7.0 教程(一)】 IBM WebSphere Message Broker (WMB) 是一个强大的企业服务总线(ESB)解决方案,它为企业提供了一个集成平台,用于处理、路由和转换不同系统之间的消息...
Oracle Message Broker 安装指南 Release 2.0.1.0 for Windows NT Oracle Message Broker 是一种消息中间件产品,由 Oracle 公司开发和维护。它提供了一个统一的消息队列管理系统,允许不同的应用程序之间进行消息...
精通Websphere Message Broker,最主要的功能是消息选路、消息传送、消息扩展和发布/订阅。显然,这些功能使WebSphere Message Broker成为实现ESB业务集成的首选
《精通WebSphere Message Broker》-陈宇翔-源代码及相关工具-4482这个压缩包文件主要聚焦于IBM的WebSphere Message Broker(WMB)技术,这是一款强大的企业级消息中间件产品。通过深入理解和掌握WMB,开发者能够构建...
Websphere Message Broker(WMB),也称为IBM Integration Bus(IIB),是IBM提供的一款强大的企业服务总线(ESB)和消息中间件产品。它允许应用程序之间通过消息传递进行安全、可靠的数据交换,支持多种协议和数据...