How do you use the key/value form in the Signal Out/Reply task ?

How do you use the key/value form in the Signal Out/Reply task ?

book

Article ID: KB0092098

calendar_today

Updated On:

Products Versions
TIBCO IntegrationManager -
Not Applicable -

Description

Resolution:
The key/value mechanism is used when the request and the reply use independent subjects.  To coordinate replies with the corresponding request , a unique value is sent out with the request and returned with the reply.

The key fields (request & reply) are the message tags that hold this unique key value.  The key value is generated by the TIB/Integration Manager engine and is usually a LARGE number (8 bytes).  Some systems (e.g. SQL databases) can't handle 8 byte numbers, so an option to send the key value as a string is provided

Refer to example RequestReplyWithKey in IM_Examples.zip under the samples directory.

Environment

Product: TIBCO IntegrationManager Version: 4.5.0 OS: All --------------------

Issue/Introduction

How do you use the key/value form in the Signal Out/Reply task ?