How to enable JMS appender commonlogger for java component in Active Matrix SOA project? How do you write your code to use this JMS appender?

How to enable JMS appender commonlogger for java component in Active Matrix SOA project? How do you write your code to use this JMS appender?

book

Article ID: KB0088407

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix Service Grid -
Not Applicable -

Description

Resolution:
Few steps has to be performed that I have listed below. Detail of these steps are written inside the document attached.

1) Edit the node's bootstrap.xml file  where you are going to deploy the java component of your service assembly.
2) Add an appender for the java class. This appender should refer to JMS appender common logging element.
3) Enable the JMS appender and disable all other appender with the name "com.tibco.amx.commonlogging.appender".
4) Put the same values for this JMS appender properties as of AMX administrator.
5) Write the logging related code in your Java component. Please refer to attach document for more detail.

Issue/Introduction

How to enable JMS appender commonlogger for java component in Active Matrix SOA project? How do you write your code to use this JMS appender?

Attachments

How to enable JMS appender commonlogger for java component in Active Matrix SOA project? How do you write your code to use this JMS appender? get_app