How does TIBCO Adapter(TM) for IBM AS/400 RequestResponseInvocation service poll messages from the request data queue?

How does TIBCO Adapter(TM) for IBM AS/400 RequestResponseInvocation service poll messages from the request data queue?

book

Article ID: KB0088823

calendar_today

Updated On:

Products Versions
TIBCO Adapter for IBM AS/400 -
Not Applicable -

Description

Resolution:
Environment:
===========
All adapter versions
All platforms

Resolution:
==========
TIBCO Adapter(TM) for IBM AS/400 RequestResponseInvocation service is a single threaded program. Only after sending back the response to the previous request will the service check the request queue for the next message. If there is message in the queue, it will take it away immediately. If not, it will wait for pollingInterval time before checking again.

The pollingInterval value can be set in following files:

1). adas400.tra file under $AS400_Adapter_Home/bin folder
2). The deployed application TRA file under $Domain_Home/application/&ltapp_name>/ folder

Because of a known issue, if the pollingInterval property is set in both of the above files, then the value in adas400.tra file will override the value in the deployed TRA file.
If not set explicity the default value of the adas400.pollingInterval is 250ms .

Issue/Introduction

How does TIBCO Adapter(TM) for IBM AS/400 RequestResponseInvocation service poll messages from the request data queue?