-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Mastering RabbitMQ
By :

After showing the basics of our RabbitMQ Java Client API, we are now ready to implement our collaboration application. In our collaboration application, we have different functions that are well-defined in the use cases.
We'd like to focus on the messaging part, instead of focusing on all the parts, to learn how to send and receive messages between our systems. Before diving into the messaging parts, we'd like to introduce you to model classes that define our Message class instances.
In Model-View-Controller architecture, models are responsible for containing the business logic. With the same idea, our model classes contain message logics such as Message class which defines a simple message.
In messaging systems, you have to communicate through the binary format. Therefore, we should use one of the serializing and de-serializing mechanisms. In our collaboration application, we are going to use JavaScript Object Notation (JSON) for its great support...
Change the font size
Change margin width
Change background colour