How to filter TIBCO EMS monitoring
search cancel

How to filter TIBCO EMS monitoring

book

Article ID: 129530

calendar_today

Updated On:

Products

CA Application Performance Management Agent (APM / Wily / Introscope) INTROSCOPE

Issue/Introduction

Having issue with TIBCO EMS Metrics clamp

Instead of increasing the clamp limit, how can we reduce TIBCO EMS metrics?

Environment

CA APM 10.7
TIBCO Enterprise Message Service

Resolution

To monitor specific queues or topics using regular expressions:

    Open the TibcoEMSMonitor.properties file in a text editor.
    Review the names of EMS server instances you are monitoring.

    Configure queue and topic filters using regular expressions for each server instance, if desired. For example:

    tibco_ems_srv01.queue.filter.includeonly.regex=sample.*
    tibco_ems_srv01.topic.filter.includeonly.regex=sample.*

    tibco_ems_srv02.queue.filter.includeonly.regex=test.*
    tibco_ems_srv02.topic.filter.includeonly.regex=test.*
 

Additional Information

Configuring filters for selective monitoring:
https://docops.ca.com/ca-apm/10-7/en/implementing-agents/java-agent/java-agent-extensions/service-oriented-architecture-platform/monitor-tibco-enterprise-message-service#MonitorTIBCOEnterpriseMessageService-Configuringfiltersforselectivemonitoring Configuring filters for selective monitoring