VOOZH about

URL: https://www.javacodegeeks.com/tag/rabbitmq

⇱ RabbitMQ Archives - Java Code Geeks


  • Web Development👁 Image
    Eleftheria DrosopoulouAugust 6th, 2025
    0 365

    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
    Florian HopfMarch 2nd, 2018
    0 230

    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
    Siva ReddyFebruary 22nd, 2018
    0 586

    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
    Biju KunjummenSeptember 13th, 2016
    0 414

    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
    Biju KunjummenAugust 29th, 2016
    1 405

    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
    Bozhidar BozhanovApril 8th, 2015
    0 113

    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
    Eren AvsarogullariJanuary 23rd, 2015
    0 343

    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
    Biju KunjummenDecember 16th, 2014
    2 110

    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
    Biju KunjummenOctober 24th, 2014
    0 65

    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 »
  • 1
  • 2
  • »
Back to top button
Close