Set up the SCA Nodes sample

The SCA Nodes sample contains two message flows that are deployed on WebSphere Message Broker, one that creates the bank transfer form that you complete and submit, and one to process the submitted information to create a WebSphere MQ message request.

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

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

The following message set is used: BankTransferMS

Complete the following steps:

  1. Ensure that local queue manager, MB8QMGR, exists with listener port, 2414. If not, create it.
  2. Ensure the following local queues exist. If not, create them:
  3. Ensure that you have associated a broker with the local queue manager, MB8QMGR. If not, create a broker.
  4. Deploy the SCANodesSample.bar BAR file to the broker.
  5. A corresponding savings account, SCA service application, is implemented as a business process and deployed on WebSphere Process Server. The project interchange file, WIDSavingsAccount.zip, in the SCANodesSample project, must be exported from WebSphere Message Broker to the local file system and then imported into WebSphere Integration Developer on the same local machine.
  6. Deploy the SavingsAccount application to WebSphere Process Server. This application provides the SCA framework for a two-way message request-response exchange between WebSphere Message Broker and WebSphere Process Server applications.
  7. Alternatively, deploy the WIDSavingsAccount.ear enterprise archive file 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.
  8. Restart WebSphere Process Server to start the listener port. See the WebSphere Process Server information center for additional information.
  9. Export the SavingsAccount.txt file from WebSphere Message Broker to a temporary folder on the file system: This file contains the initial savings account value of 100, which you can edit.

You have successfully set up the SCA Nodes sample.

Back to sample home