Spring AMQP
Message brokers are the main concern and integration part of software systems, and AMQP is the most popular messaging protocol that is backed by message brokers. Because of the importance of the AMQP, Spring community wanted to start a new project covering the AMQP integration within the Spring Framework. Then Spring AMQP was born, with these activities.
Spring AMQP provides a template as a high level abstraction to send and receive messages according to the Spring AMQP documentation. Spring AMQP gives us amazing classes to develop sender and receiver applications easily, and it provides two main classes:
RabbitTemplate
to send and receive messagesRabbitAdmin
to declare queues, exchanges, and bindings
The following case study examples ...
Get Mastering RabbitMQ now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.