Page 1 of 1

A school website needs to retrieve student records from its PeopleSoft system. The broker needs to be configured to util

Posted: Fri Aug 26, 2022 9:58 am
by answerhappygod
A school website needs to retrieve student records from its PeopleSoft system. The broker needs to be configured to utilize PeopleSoft JAR files. How should the solution developer implement this requirement?

A. Place the PeopleSoft provided files on the broker runtime file system and run : mqsichangebroker <broker_Name> -l -v <file-path>
B. Place the PeopleSoft provided files on the broker runtime file system andrun: mqsichangeproperties <Broker-Name> -c EISProviders -o PeopleSoft -n jarsURL -v <file- path>
C. Configure the broker to use the files that came with the installation and run: mqsichangeproperties <broker_Name> -c EISProviders -o PeopleSoft -n jarsURL -v <broker-install-dir>\adapters\prereqs\jars
D. Configure the application to use the relevant JAR files by adding external dependencies to the message broker application in the Toolkit during development. The Toolkit will bundle these JAR files within the Broker Archive (BAR) file for deployment.