-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Spring MVC Cookbook
By :
This recipe will demonstrate how to implement a Message-oriented-Middleware (MoM). This is a very popular technique in scalability based on asynchronous communication between components.
We have already introduced the new cloudstreetmarket-shared and cloudstreetmarket-websocket Java projects. WebSockets are now split away from cloudstreetmarket-api, but cloudstreetmarket-websocket and cloudstreetmarket-api will still communicate with each other using messaging.
In order to decouple secondary tasks from the request thread (secondary tasks like event producing), you need to learn how to configure and use AMQP message templates and listeners with RabbitMQ.
Access the RabbitMQ web console at http://localhost:15672.
If you cannot reach the web console for some reason, please return to the previous recipe where the download and installation guidance can be found.
In the Queue tab of the web console, create a new queue...
Change the font size
Change margin width
Change background colour