SpringBoot RabbitMQ Integration

preview_player
Показать описание
Spring Integration enables lightweight messaging within Spring-based applications and supports integration with external systems via declarative adapters. Those adapters provide a higher-level of abstraction over Spring's support for remoting, messaging, and scheduling. Spring Integration's primary goal is to provide a simple model for building enterprise integration solutions while maintaining the separation of concerns that is essential for producing maintainable, testable code.
Why RabbitMQ:
Decouple message publisher and consumer
Store the messages
Routing of messages
Monitoring and management of messages

GIT Repository

Рекомендации по теме
Комментарии
Автор

Nice explaination

Please share GitHub Link

MotheSistersOfficial
Автор

hi Thanks for nice explanation, i am using spring boot 2.2.1 version in pom.xml in which it giver error in consumer side that failed to convert serialized message pleasee help me out of this

Abhishek-lmrm
Автор

Good one in details. One small info, we can get the latest message in RabbitMQ console by message count. Here, to see the latest message, enter messages= 3 as total no. of message count in queue is 3.

abhijitdascs
Автор

Nice and detailed video thank you. I get an exception because some sort of admin is required to create the queue if does not exist. But the user I use has all the privileges. I read that some AdminAmqp bean is requiredi n the config, anyone knows how to do this?

Caused by: Cannot prepare queue for listener. Either the queue doesn't exist or the broker will not allow us to use it.
at

pooyannajafi