Tag

Direct Exchange

0 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
Aug 29, 2022 · Backend Development

Spring Boot Integration with RabbitMQ: Configuring Direct Exchange, Queues, Consumers, and Manual ACK/NACK Handling

This article demonstrates how to integrate Spring Boot with RabbitMQ using a direct exchange, configuring queues, producers, and two consumers, and explains manual acknowledgment mechanisms (ACK, NACK, Reject) to ensure reliable message processing and handling of consumer failures.

Consumer FailureDirect ExchangeManual ACK
0 likes · 14 min read
Spring Boot Integration with RabbitMQ: Configuring Direct Exchange, Queues, Consumers, and Manual ACK/NACK Handling
Selected Java Interview Questions
Selected Java Interview Questions
Aug 12, 2021 · Backend Development

Understanding Direct, Fanout, and Topic Exchange Modes in RabbitMQ

This article explains the three RabbitMQ exchange patterns—Direct, Fanout, and Topic—detailing how each routes messages, when to use them, and providing visual flowcharts to illustrate their operation in distributed backend systems applications.

Backend DevelopmentDirect ExchangeFanout Exchange
0 likes · 5 min read
Understanding Direct, Fanout, and Topic Exchange Modes in RabbitMQ