How to stop the queue "amx.governance.internal.stats" from filling up with messages.

How to stop the queue "amx.governance.internal.stats" from filling up with messages.

book

Article ID: KB0085483

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix Policy Director -
Not Applicable -

Description

Description:
This queue is used to gather and display information in the Infrastructure tab in the Admin GUI.

Issue/Introduction

How to stop the queue "amx.governance.internal.stats" from filling up with messages.

Resolution

The following are ways to stop the messages from building up on this queue.

1). Check that the "com.tibco.amx.mcr.aggregator" is running and has a listener on this queue. The messages on this queue should be consumed by the application 'com.tibco.amx.mcr.aggregator' running under 'SystemEnvironment which in turn updates the environment information on the Dashboard>Infrastructure in the Admin GUI.


-OR-

2). To stop nodes from sending messages to the queue, add the following property to the .tra file for the node:

java.property.com.tibco.serviceprobe.monitoring.enabled=false. 

The .tra file for the node is located in the folder CONFIG_HOME/tibcohost/Admin-enterpriseName-adminServerName/nodes/nodeName/bin .