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 There is a web-based Tax ID Application form. The user enters data, such as first and last name, date of birth, and place of birth, in the web application form for TIN , then submits the data, the . The web form publishes its request to the submission topic. The applicationFormReceiver, a Jms JMS Binding component that is a subscriber to the submission topic, receives the request. It then sends the data to the formProcessor, a Jms service component engine that assigns the appropriate TIN to the user. After that it publish , the formProcessor publishes the response to the result topic. The web form being a subscriber A message driven bean (MDB) subscribes to the result topic receives the response. Finally, output is printed on the console.

The following diagram illustrates this:

...