Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 8 TIBCO ActiveMatrix BusinessWorks: Working with the Contact Message : Preparing PeopleSoft Integration Broker

Preparing PeopleSoft Integration Broker
After setting up the example, you need to create an integration scenario between the adapter and PeopleSoft Integration Broker. For detailed procedures, see "Preparing PeopleSoft Application Messages" in TIBCO ActiveMatrix Adapter for PeopleSoft Configuration and Deployment.
In particular, follow these steps when you make the configuration:
1.
When you modify the integrationGateway.Properties file, set the queue for the test as:
ig.jms.Queue#=TEST_PSFT_SUB_CONTACT
Remember to create a queue with the same name in the TIBCO EMS server.
2.
JMSQueue: TEST_PSFT_SUB_CONTACT
3.
When you define a Service Operation, select Asynchronous - One Way as the Operation Type of the Service Operation.
 
4.

 
Local Message &MSG;
Local string &XML_STRING;
Local File &SUCCESS_FILE;
Local XmlDoc &xmlDoc;
&MSG = GetMessage();
/* get an xmldoc object loaded with the content data.*/
&XML_STRING = &MSG.GenXMLString();
&SUCCESS_FILE = GetFile("c:\temp\async_sub_contact.txt", "w", "a", %FilePath_Absolute);
&SUCCESS_FILE.WriteLine(&XML_STRING);
&SUCCESS_FILE.Close();

 

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved