Lengthy JMS header injection seen in TIBCO EMS/JMS messages.
search cancel

Lengthy JMS header injection seen in TIBCO EMS/JMS messages.

book

Article ID: 15967

calendar_today

Updated On:

Products

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

Issue/Introduction

I see an APM Java agent with the APM TIBCO extension enabled doing lengthy JMS header injection in production TIBCO EMS/JMS messages.

To avoid the unexpected high overhead due to the lengthy header injection, we need to temporarily turn off the JMS header injection in this environment.

How can we disable the JMS header injection by APM Java agent?

Environment

APM Java agent with APM TIBCO extension enabled monitoring TIBCO EMS/JMS messages.

Resolution

 Disable the JMS header insertion as follows.

 Header insertion/read property for JMS (Related properties are):

 com.wily.introscope.agent.jmsheaderinsertion.enabled=false
 com.wily.introscope.agent.jmsheaderread.enabled=false

 1. Stop the APM Java agent.

 2. Add the above two properties to the agent profile.

 3. Start the APM Java agent.