Implementing a JMS Service that Returns Information Based on Zip Codes

This sample uses the JMS service to return information about a city given a zip code. The sample also provides the distance between two cities as defined by their zip codes.

Prerequisites

  • TIBCO Enterprise Message Service must be running.

Procedure

  1. In the samples directory, select binding > soap > JMS > ZipCodeLookup and double-click tibco.bw.sample.binding.soap.jms.ZipCodeLookup.
    See Accesing Samples for more information.
  2. In Project Explorer expand the tibco.bw.sample.binding.soap.jms.ZipCodeLookup project.
  3. Fully expand the Processes directory and double-click ZipInfoService.bwp.
  4. Verify your TIBCO Enterprise Message Service connection.
    1. Fully expand the Resources directory.
    2. Double-click JMSConnectionResource.jmsConnResource.
    3. In the Basic Configuration dialog, click the Test Connection button to verify the connection.
  5. Click Run > Debug Configurations.
  6. At the left hand tree of Debug Configuration wizard, expand BusinessWorks Application and select BWApplication.
  7. Click the Applications tab and then click the Deselect All button if you have multiple applications. Select the check box next to tibco.bw.sample.binding.soap.jms.ZipCodeLookup.application.
  8. Click Debug.
    This will run the sample in Debug mode.
  9. In TIBCO Business Studio, click the Terminate icon to stop the process.

Result

For the getCityInfo service, information corresponding to the zip code defined in the zip field is returned. The default value is 61801, which returns information about Urbana, IL.

For the getCityDistance service, information corresponding to the distance between two zip codes is returned. The default values are 61801 for Urbana IL and 61820 for Champaign IL.