Set up the SCA Nodes sample extension

The extended SCA Nodes sample contains extra message flows, a message set, and Java classes that are all related to the current account.

The extra message flows are in the SCANodesSample project under the following broker schemas:

The extra Java code is in the SCANodesSampleJava project under the following Java package folders:

The extra message set is: CurrentAccountMS

Complete the following steps:

  1. Add the CurrentAccount message flow and the CurrentAccountMS message set to the SCANodeSample.bar BAR file.
  2. Ensure that local queue manager, MB8QMGR, exists with listener port, 2414. If not, create it.
  3. Ensure that the following local queues exist. If not, create them:
  4. Ensure that you have associated a broker with the local queue manager, MB8QMGR. If not, create a broker.
  5. Deploy the SCANodesSample.bar BAR file to the broker.
  6. A corresponding extended savings account Web service application is implemented as a business process, WIDSavingsAccountExtend.zip, in the SCANodesSample project. Export this project interchange file from WebSphere Message Broker to the local file system, and then import it into WebSphere Integration Developer on the same local machine.
  7. Deploy the extended SavingsAccount application to WebSphere Process Server.
  8. Alternatively, deploy the enterprise archive file, WIDSavingsAccountExtend.ear, in the SCANodesSample project, directly to WebSphere Process Server. The enterprise archive file must be exported from WebSphere Message Broker to the local file system then use either the administrative console or a script to install the application. See the WebSphere Process Server information center for additional information.
  9. Restart WebSphere Process Server to start the listener port. See the WebSphere Process Server information center for additional information.
  10. Export the CurrentAccount.txt file from WebSphere Message Broker to a temporary folder on the file system: This file contains the initial current account value of 100, which you can edit.

You have successfully set up the SCA Nodes sample extension.

Back to sample home