Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A hypothetical business scenario: An online application for Tax ID No. system. When the user fills up the web application form for TIN then submits the data, the web form publishes its request to the submission topic. The ApplicationFormProcessor being applicationFormReceiver, a Jms Binding component that is a subscriber to the submission topic , receives the request. It then processes sends the data and to the formProcessor, a Jms service component that assigns the appropriate TIN to the user. After that it sends the result to resultSender, the component that will publish the response to the result topic. The web form being a subscriber to the result topic receives the response. Finally, output is printed on the console.

...