Connecting clients to routers and brokers
In the following section, we will explore the various features provided by AMQ 7 through practical samples. The section is fully centered around a lab exercise to create AMQ components and interact with them from applications and monitor their states.
Lab description
In the following lab, we will learn how to connect clients with brokers and interconnects. Let's consider the following Beosbank scenario to interact with an outsource loyalty card partner called Fidelity. Beosbank signed an agreement with Fidelity company; a loyalty card should be created for all Beosbank registered users by the FidelityAccountCreator
application of the partner. The FidelityAccountCreator
application should also be notified whenever a user completes a transaction on the platform as the sender. The Fidelity account is bound to a counter that automatically computes user scoring based on transfer fees the user spents on the platform each day. The Fidelity counter is also...