Is there a way to change the standard/class microagent to use a non-default/custom session for the Adapter SDK, instead of using the default values (i.e. service 7474, daemon tcp:7474)

Is there a way to change the standard/class microagent to use a non-default/custom session for the Adapter SDK, instead of using the default values (i.e. service 7474, daemon tcp:7474)

book

Article ID: KB0089223

calendar_today

Updated On:

Products Versions
TIBCO Adapter SDK -
Not Applicable -

Description

Resolution:
There are 2 steps needed to change the session parameter used by Adapter SDK standard/class microagent:

1. Create a RV session with your custom parameters for service and daemon port. For example
&ltsession name="hawkSession" service="9000" daemon="tcp:9000" />

2. Under your adapter instance, select the "Monitoring" tab and add the name of this newly created session to the "Default MicroAgent Session" field.

Please refer to Designer Resource Management Guide for more details.

Issue/Introduction

Is there a way to change the standard/class microagent to use a non-default/custom session for the Adapter SDK, instead of using the default values (i.e. service 7474, daemon tcp:7474)