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

Mastering RabbitMQ
By :

The RabbitMQ community and its main supporter company, Pivotal, provide an official client library for Java called RabbitMQ Java Client. Client library provides both the publishing of messages and receiving of messages. Moreover, Client library supports both synchronous receiving and asynchronous receiving. The details will be explained in the following topics.
If we look at the main packages of the RabbitMQ Java Client, we can see three packages as shown in the following screenshot:
RabbitMQ Java Client Packages
Let's take a look at the following explanation:
com.rabbitmq.client package provides classes and interfaces for AMQP connections, channels, and wire-protocol framing descriptions
com.rabbitmq.tools provides classes and methods for non-core utilities and administration tools
Lastly, com.rabbitmq.utility provides helper classes which are mostly used in the implementation of a library
As the most important package of the API is Client API, we cover the basics and...
Change the font size
Change margin width
Change background colour