You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Business Use Case for the JMS Binding Example

The JMS Binding example shows how to connect the JMS bindings to a simple service component inside ServiceMix.

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 a subscriber to the submission topic, receives the request. It then processes the data and 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.

The following diagram illustrates this:

Online Application for Tax ID No. System

  • No labels