Running the Asynchronous Consumer sample

Running the Asynchronous Consumer sample consists of putting messages through the message flow. To run this sample you can use the Test Client to put input messages to the message flow. For more information about the Test Client, see Testing message flows by using the Test Client in the WebSphere Message Broker documentation.

If you encounter any problems when you run the sample, see Resolving problems when running samples in the WebSphere Message Broker documentation.

Verifying that the provider has the correct properties for the consumer

Running the sample

  1. In the Broker Development view, expand the AsyncWebServiceFlows project.
  2. Double-click WebServicesTest.mbtest to open the file in the Test Client. If you do not have a Flow Tests folder or a WebServicesTest.mbtest file, you must create one, see Creating a message flow test file.
  3. Click Send Message.
  4. In the Deployment Location window, ensure the correct deployment location is selected, click Finish. A message is put to the WEBSERVICECLIENTIN queue.

If the sample ran successfully, the output message is displayed in the Properties view.

Back to sample home