![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
This example shows how the adapter Subscription service can be used in a TIBCO ActiveMatrix BusinessWorks process using TIBCO Rendezvous transport. The project configured for this example has a TIBCO ActiveMatrix BusinessWorks process, which sends data on the subject that the adapter Subscription service is subscribing to. The adapter Subscription service uses the Conversational communication.The example simulates the Conversational communication paradigm that is supported by the adapter Subscription service. The Tuxedo service, based on the value for OCCURS (Batch Size) that it receives from the invoking client, returns the records (that will contain ITEMCODE, ITEMID, PRICE) in batches (If OCCURS = 2, it will return 2 records at a time).
2. The TIBCO ActiveMatrix BusinessWorks process, sub-send gets triggered. The file poller in the process reads the data and forwards it to the publisher which publishes the data.
3.
5.
7. Files provided with this example are given in the next table. The files are located in the following locations:
Tuxedo header file containing the FML32 definition for the Subscription service. Tuxedo header file containing the FML32 definition for the Subscription reply. The project zip that contains the preconfigured adapter subscription service and theTIBCO ActiveMatrix BusinessWorks process. This file (instead of a database) contains the data that will be used by the Tuxedo service. Contains commands required to get the Tuxedo service running on Windows (Sets the required environment variables, creates executables, loads the ubbconfig file and boots the Tuxedo service). Contains commands required to get the Tuxedo service running on UNIX (Sets the required environment variables, creates executables, loads the ubbconfig file and boots the Tuxedo service). This script should be run in a k-shell. ubbconfig file
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |