-
Web Development👁 Image
Polyglot Event-Driven Systems: Kafka, RabbitMQ, and gRPC Across Java, Go, and Node.js
Designing Language-Agnostic Architectures with Practical Code Examples In today’s distributed systems world, building polyglot, event-driven architectures has become increasingly common.…
Read More » -
Enterprise Java👁 java-interview-questions-answers
Messaging with RabbitMQ
RabbitMQ is a robust message broker that can be used to implement different messaging patterns. Even though there is an…
Read More » -
Enterprise Java👁 spring-interview-questions-answers
SpringBoot Messaging with RabbitMQ
RabbitMQ is one of the popular message broker solutions and provides client libraries to be used from various programming languages including…
Read More » -
Enterprise Java👁 Image
RabbitMQ retries using Spring Integration
I recently read about an approach to retry with RabbitMQ here and wanted to try a similar approach with Spring Integration,…
Read More » -
Enterprise Java👁 spring-interview-questions-answers
Integrating with RabbitMQ using Spring Cloud Stream
In my previous post I wrote about a very simple integration scenario between two systems – one generating a work unit…
Read More » -
Enterprise Java👁 Image
Getting Notified About RabbitMQ Cluster Partitioning
If you are running RabbitMQ in a cluster, it is not unlikely that the cluster gets partitioned (part of the…
Read More » -
Enterprise Java👁 Image
High Available AMQP Backed Message Channels via Spring Integration and RabbitMQ
Spring Integration message channels store messages in memory by default. This is because memory is fast, easy to implement and…
Read More » -
Enterprise Java👁 java-interview-questions-answers
RabbitMQ – Processing messages serially using Spring integration Java DSL
If you ever have a need to process messages serially with RabbitMQ with a cluster of listeners processing the messages,…
Read More » -
DevOps👁 Image
Docker RabbitMQ cluster
I have been trying to create a Docker based RabbitMQ cluster on and off for sometime and got it working…
Read More »
